gokuls commited on
Commit
2d3540d
1 Parent(s): f23b5c5

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gokuls/bert_12_layer_model_v2",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "finetuning_task": "wnli",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "not_entailment",
14
+ "1": "entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "entailment": 1,
19
+ "not_entailment": 0
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
+ "seq_classif_dropout": 0.2,
29
+ "sinusoidal_pos_embds": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.26.1",
32
+ "vocab_size": 30522
33
+ }
logs/1677758247.6254067/events.out.tfevents.1677758247.serv-3317.65116.22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94431422b28d3953bb40615f96e1d8d5b66bc201dd24156acf8f2916141b73b
3
+ size 5648
logs/events.out.tfevents.1677758247.serv-3317.65116.21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ef8c4351cf6ed3a5a884c9ddcc24be8a52bc795902d1afc0d583c2ac29780b
3
+ size 4319
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3362871239e49b346ecb6dfd97c8ab4287c332ea4463e6a1133bccec4b27965b
3
+ size 419780621
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8809287405319d077dc8b424b190bdbc55e5e4814c380dc28cf9551e4227c2d
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff