fumakurata commited on
Commit
3d9dba9
1 Parent(s): 94c4365

Training completed!

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3,
25
+ "LABEL_4": 4,
26
+ "LABEL_5": 5
27
+ },
28
+ "max_position_embeddings": 512,
29
+ "model_type": "distilbert",
30
+ "n_heads": 12,
31
+ "n_layers": 6,
32
+ "pad_token_id": 0,
33
+ "problem_type": "single_label_classification",
34
+ "qa_dropout": 0.1,
35
+ "seq_classif_dropout": 0.2,
36
+ "sinusoidal_pos_embds": false,
37
+ "tie_weights_": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.20.1",
40
+ "vocab_size": 30522
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc9c1d291e7983ed38da1e833abb899a7058ff7ee1a9911741775b18a7f6c61
3
+ size 267866609
runs/Jul18_16-22-13_babylon/1658128945.7598052/events.out.tfevents.1658128945.babylon.7093.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b211342d48a7c20c367572eaa9eceb15507934695d5664233184e14192f7557f
3
+ size 5387
runs/Jul18_16-22-13_babylon/1658129043.078173/events.out.tfevents.1658129043.babylon.7093.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a074f14ca60ed3143b86aea48036dc37b3cfd2d139ecee347a62d9ca15af42a4
3
+ size 5387
runs/Jul18_16-22-13_babylon/1658129100.725974/events.out.tfevents.1658129100.babylon.7093.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189c4091b7196066b1d99902cc66e1bda54544cd9cb28125d6bd0234f4fde7b7
3
+ size 5387
runs/Jul18_16-22-13_babylon/events.out.tfevents.1658128945.babylon.7093.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d9154c18a9da0732120388533b8fe92d64fb8911b62872fbf09fc2342819f1
3
+ size 3822
runs/Jul18_16-22-13_babylon/events.out.tfevents.1658129043.babylon.7093.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83b9dcae95a47e4f18d7eca9ec83d21023a09e590d48bcf448bc91ced2dbb1ee
3
+ size 3871
runs/Jul18_16-22-13_babylon/events.out.tfevents.1658129100.babylon.7093.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e090d8936aba6a7cca70d8b9a6943f570fda7505bbe82e4dbd95da4bf2e6ae
3
+ size 3871
runs/Jul18_16-29-22_babylon/1658129369.581282/events.out.tfevents.1658129369.babylon.7093.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb5dcdbd47bc573bdc277efa8470e0d4bf631fede77164fe872ae536ee0f974
3
+ size 5387
runs/Jul18_16-29-22_babylon/events.out.tfevents.1658129369.babylon.7093.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34530727d8908b733d0cda7c9fc551f190a9a46a12548a555e0f0786773cd26e
3
+ size 3871
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": "distilbert-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": "DistilBertTokenizer",
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:72b1140d767766a66e7205bf36b290649885956e4e5725f55a6725f49cba38fc
3
+ size 3311
vocab.txt ADDED
The diff for this file is too large to render. See raw diff