yasminsur commited on
Commit
541f703
1 Parent(s): f79ddb4

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
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
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25",
38
+ "26": "LABEL_26",
39
+ "27": "LABEL_27",
40
+ "28": "LABEL_28",
41
+ "29": "LABEL_29",
42
+ "30": "LABEL_30",
43
+ "31": "LABEL_31",
44
+ "32": "LABEL_32",
45
+ "33": "LABEL_33",
46
+ "34": "LABEL_34",
47
+ "35": "LABEL_35",
48
+ "36": "LABEL_36",
49
+ "37": "LABEL_37",
50
+ "38": "LABEL_38",
51
+ "39": "LABEL_39",
52
+ "40": "LABEL_40",
53
+ "41": "LABEL_41",
54
+ "42": "LABEL_42",
55
+ "43": "LABEL_43",
56
+ "44": "LABEL_44",
57
+ "45": "LABEL_45",
58
+ "46": "LABEL_46",
59
+ "47": "LABEL_47",
60
+ "48": "LABEL_48",
61
+ "49": "LABEL_49",
62
+ "50": "LABEL_50"
63
+ },
64
+ "initializer_range": 0.02,
65
+ "label2id": {
66
+ "LABEL_0": 0,
67
+ "LABEL_1": 1,
68
+ "LABEL_10": 10,
69
+ "LABEL_11": 11,
70
+ "LABEL_12": 12,
71
+ "LABEL_13": 13,
72
+ "LABEL_14": 14,
73
+ "LABEL_15": 15,
74
+ "LABEL_16": 16,
75
+ "LABEL_17": 17,
76
+ "LABEL_18": 18,
77
+ "LABEL_19": 19,
78
+ "LABEL_2": 2,
79
+ "LABEL_20": 20,
80
+ "LABEL_21": 21,
81
+ "LABEL_22": 22,
82
+ "LABEL_23": 23,
83
+ "LABEL_24": 24,
84
+ "LABEL_25": 25,
85
+ "LABEL_26": 26,
86
+ "LABEL_27": 27,
87
+ "LABEL_28": 28,
88
+ "LABEL_29": 29,
89
+ "LABEL_3": 3,
90
+ "LABEL_30": 30,
91
+ "LABEL_31": 31,
92
+ "LABEL_32": 32,
93
+ "LABEL_33": 33,
94
+ "LABEL_34": 34,
95
+ "LABEL_35": 35,
96
+ "LABEL_36": 36,
97
+ "LABEL_37": 37,
98
+ "LABEL_38": 38,
99
+ "LABEL_39": 39,
100
+ "LABEL_4": 4,
101
+ "LABEL_40": 40,
102
+ "LABEL_41": 41,
103
+ "LABEL_42": 42,
104
+ "LABEL_43": 43,
105
+ "LABEL_44": 44,
106
+ "LABEL_45": 45,
107
+ "LABEL_46": 46,
108
+ "LABEL_47": 47,
109
+ "LABEL_48": 48,
110
+ "LABEL_49": 49,
111
+ "LABEL_5": 5,
112
+ "LABEL_50": 50,
113
+ "LABEL_6": 6,
114
+ "LABEL_7": 7,
115
+ "LABEL_8": 8,
116
+ "LABEL_9": 9
117
+ },
118
+ "max_position_embeddings": 512,
119
+ "model_type": "distilbert",
120
+ "n_heads": 12,
121
+ "n_layers": 6,
122
+ "output_past": true,
123
+ "pad_token_id": 0,
124
+ "qa_dropout": 0.1,
125
+ "seq_classif_dropout": 0.2,
126
+ "sinusoidal_pos_embds": false,
127
+ "tie_weights_": true,
128
+ "torch_dtype": "float32",
129
+ "transformers_version": "4.41.0",
130
+ "vocab_size": 119547
131
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e5e3666561aaa1759bd4625c6c73af98faab079c7937aaf6353b098a0442c1
3
+ size 539105556
runs/May17_19-57-17_9c3a6e9107a7/events.out.tfevents.1715975873.9c3a6e9107a7.588.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77c02a5ca2bf4995e00b0fafcd4170b264a5e3811a9066c3db3f8d04325e266
3
+ size 7056
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ef8cc48bded88f105106f5bcd310a4970a6551885fdd7cc50452e432817a26
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff