joniponi commited on
Commit
a2b930f
·
1 Parent(s): 6f598d9

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.17.0",
34
+ "vocab_size": 30522
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbbcdcfb478c0db246a2af89cd6e9dec8b29d69346c3b3ccdf318502f926ab2f
3
+ size 267863601
runs/Mar28_16-33-12_207ad58acc59/1648485205.6100707/events.out.tfevents.1648485205.207ad58acc59.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83f575298845e80b3556932640fd766596142daa7799c3849c7dc94b3b7439b
3
+ size 4832
runs/Mar28_16-33-12_207ad58acc59/events.out.tfevents.1648485205.207ad58acc59.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903e6a4fe64cee4efb910adf287962574c2f47dbf775b02136b3e92a94a19141
3
+ size 3407
runs/Mar28_16-35-54_207ad58acc59/1648485364.4676948/events.out.tfevents.1648485364.207ad58acc59.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d08c8cf1a141cca189e43b3cffcff587afbaa8d222ecf2cc2a41169d5ca41cf
3
+ size 4832
runs/Mar28_16-35-54_207ad58acc59/events.out.tfevents.1648485364.207ad58acc59.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a7b0cde8ea3695317ffc8e661ed880f410dac82c8e3667e65c2c62581d1b60
3
+ size 3407
runs/Mar28_16-38-22_207ad58acc59/1648485518.2605002/events.out.tfevents.1648485518.207ad58acc59.767.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e6724307bd409b2c26b067f5aa8c2dfad26cc060892f992d0854cd08cae8ef
3
+ size 4832
runs/Mar28_16-38-22_207ad58acc59/events.out.tfevents.1648485518.207ad58acc59.767.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8744834ddf3e809bcc27fa41f75c99dbd2ee6ba1e5077b001b003218968a3f36
3
+ size 4787
runs/Mar28_16-40-18_207ad58acc59/1648485628.9845543/events.out.tfevents.1648485628.207ad58acc59.767.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79084015bb281819be92b189efbd449f480c0e1d3cdf0f84e94e0a6e74d8f2b
3
+ size 4832
runs/Mar28_16-40-18_207ad58acc59/events.out.tfevents.1648485628.207ad58acc59.767.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a015f0b599e093fb73a8fa146f6849b05c89bc65495b19004f7f968182e95608
3
+ size 7802
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f4194e3bcbffdc45e66c9c4a36e20bd1362656ba72e057c7d11292e0efd6a7
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff