gokuls commited on
Commit
5552c8c
1 Parent(s): f32517f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "qnli",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "not_entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "entailment": 0,
19
+ "not_entailment": 1
20
+ },
21
+ "max_position_embeddings": 512,
22
+ "model_type": "hybridbert",
23
+ "n_heads": 12,
24
+ "n_layers": 12,
25
+ "pad_token_id": 0,
26
+ "problem_type": "single_label_classification",
27
+ "qa_dropout": 0.1,
28
+ "revision": "main",
29
+ "seq_classif_dropout": 0.1,
30
+ "sinusoidal_pos_embds": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.29.2",
33
+ "use_auth_token": null,
34
+ "vocab_size": 30522
35
+ }
logs/1685335370.055148/events.out.tfevents.1685335370.serv-9225.2840720.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:299ffa223f597fcea0df271f45e1a3a46ac323579c8544701c3f0a7d7ec8a7ac
3
+ size 5894
logs/events.out.tfevents.1685335370.serv-9225.2840720.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:602dde86e4606a3d08dc21823f67dafc91a38a99d3f20e95a1453a359d74bb8b
3
+ size 4470
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:920a17cba17b308723771bab9d5637d9541004bae5a7b9948ab7b1ad08cb3e8d
3
+ size 481099229
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:18bda7b8c80d3952e0dc6ed7aa73704a9d6c2511ade7a1d04c4d97dcf643e9e9
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff