gokuls commited on
Commit
be8b2e7
1 Parent(s): 82049cc

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "relu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.05,
7
+ "cache_dir": null,
8
+ "dim": 768,
9
+ "dropout": 0.05,
10
+ "finetuning_task": "stsb",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "max_position_embeddings": 512,
20
+ "model_type": "hybridbert",
21
+ "n_heads": 12,
22
+ "n_layers": 12,
23
+ "pad_token_id": 0,
24
+ "problem_type": "regression",
25
+ "qa_dropout": 0.1,
26
+ "revision": "main",
27
+ "seq_classif_dropout": 0.1,
28
+ "sinusoidal_pos_embds": true,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.29.2",
31
+ "use_auth_token": null,
32
+ "vocab_size": 30522
33
+ }
logs/1685352903.3064034/events.out.tfevents.1685352903.serv-9215.1440072.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e044ae61372a666aa95e8fbc1f748ae7db33fc6597d4a0b7be3ccb8c335b8615
3
+ size 5898
logs/events.out.tfevents.1685352903.serv-9215.1440072.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce61996705d6e8545e5102218635b4a15f6976d65860effc22ade6a44895c9d
3
+ size 4515
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac812c769b715211ab1697dea4f9bab6ba67d7636f8a186b234d272d299d916b
3
+ size 467368781
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e3ce5a7bed7b349b0b9e0c286389c320e6db1b51c4d1061c544b56f905c232
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff