gokuls commited on
Commit
ff7bc02
1 Parent(s): 6642be7

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "mnli",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "neutral",
15
+ "2": "contradiction"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "contradiction": 2,
20
+ "entailment": 0,
21
+ "neutral": 1
22
+ },
23
+ "max_position_embeddings": 512,
24
+ "model_type": "hybridbert",
25
+ "n_heads": 12,
26
+ "n_layers": 12,
27
+ "pad_token_id": 0,
28
+ "problem_type": "single_label_classification",
29
+ "qa_dropout": 0.1,
30
+ "revision": "main",
31
+ "seq_classif_dropout": 0.1,
32
+ "sinusoidal_pos_embds": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.29.2",
35
+ "use_auth_token": null,
36
+ "vocab_size": 30522
37
+ }
logs/1685362931.8287504/events.out.tfevents.1685362931.serv-3317.2799588.25 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f92518df325b2abebf5ae2246f3943169431601f79ba6a4de3fc9e31ead169
3
+ size 5910
logs/events.out.tfevents.1685362931.serv-3317.2799588.24 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a4e3ae916a6b92f4d6e5810bab3a9b14be47601e13be901633fe30ce482012d
3
+ size 4522
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ad62e5a2d6e884de808a4980f76cc6a2060bb19df75a46cf54f1ddd5e9e440c
3
+ size 476526509
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:7949d8142250e0cb481b5815afba1583019b17c04070454922eeddf457400143
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff