haryoaw commited on
Commit
337a3dc
·
verified ·
1 Parent(s): 52f029a

Upload alpha_1_mn-MN checkpoint at epoch 6

Browse files
.gitattributes CHANGED
@@ -49,3 +49,4 @@ alpha_1_mn-MN_epoch-2/tokenizer.json filter=lfs diff=lfs merge=lfs -text
49
  alpha_1_mn-MN_epoch-3/tokenizer.json filter=lfs diff=lfs merge=lfs -text
50
  alpha_1_mn-MN_epoch-4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
51
  alpha_1_mn-MN_epoch-5/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
49
  alpha_1_mn-MN_epoch-3/tokenizer.json filter=lfs diff=lfs merge=lfs -text
50
  alpha_1_mn-MN_epoch-4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
51
  alpha_1_mn-MN_epoch-5/tokenizer.json filter=lfs diff=lfs merge=lfs -text
52
+ alpha_1_mn-MN_epoch-6/tokenizer.json filter=lfs diff=lfs merge=lfs -text
alpha_1_mn-MN_epoch-6/config.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24",
38
+ "25": "LABEL_25",
39
+ "26": "LABEL_26",
40
+ "27": "LABEL_27",
41
+ "28": "LABEL_28",
42
+ "29": "LABEL_29",
43
+ "30": "LABEL_30",
44
+ "31": "LABEL_31",
45
+ "32": "LABEL_32",
46
+ "33": "LABEL_33",
47
+ "34": "LABEL_34",
48
+ "35": "LABEL_35",
49
+ "36": "LABEL_36",
50
+ "37": "LABEL_37",
51
+ "38": "LABEL_38",
52
+ "39": "LABEL_39",
53
+ "40": "LABEL_40",
54
+ "41": "LABEL_41",
55
+ "42": "LABEL_42",
56
+ "43": "LABEL_43",
57
+ "44": "LABEL_44",
58
+ "45": "LABEL_45",
59
+ "46": "LABEL_46",
60
+ "47": "LABEL_47",
61
+ "48": "LABEL_48",
62
+ "49": "LABEL_49",
63
+ "50": "LABEL_50",
64
+ "51": "LABEL_51",
65
+ "52": "LABEL_52",
66
+ "53": "LABEL_53",
67
+ "54": "LABEL_54",
68
+ "55": "LABEL_55",
69
+ "56": "LABEL_56",
70
+ "57": "LABEL_57",
71
+ "58": "LABEL_58",
72
+ "59": "LABEL_59"
73
+ },
74
+ "initializer_range": 0.02,
75
+ "intermediate_size": 3072,
76
+ "label2id": {
77
+ "LABEL_0": 0,
78
+ "LABEL_1": 1,
79
+ "LABEL_10": 10,
80
+ "LABEL_11": 11,
81
+ "LABEL_12": 12,
82
+ "LABEL_13": 13,
83
+ "LABEL_14": 14,
84
+ "LABEL_15": 15,
85
+ "LABEL_16": 16,
86
+ "LABEL_17": 17,
87
+ "LABEL_18": 18,
88
+ "LABEL_19": 19,
89
+ "LABEL_2": 2,
90
+ "LABEL_20": 20,
91
+ "LABEL_21": 21,
92
+ "LABEL_22": 22,
93
+ "LABEL_23": 23,
94
+ "LABEL_24": 24,
95
+ "LABEL_25": 25,
96
+ "LABEL_26": 26,
97
+ "LABEL_27": 27,
98
+ "LABEL_28": 28,
99
+ "LABEL_29": 29,
100
+ "LABEL_3": 3,
101
+ "LABEL_30": 30,
102
+ "LABEL_31": 31,
103
+ "LABEL_32": 32,
104
+ "LABEL_33": 33,
105
+ "LABEL_34": 34,
106
+ "LABEL_35": 35,
107
+ "LABEL_36": 36,
108
+ "LABEL_37": 37,
109
+ "LABEL_38": 38,
110
+ "LABEL_39": 39,
111
+ "LABEL_4": 4,
112
+ "LABEL_40": 40,
113
+ "LABEL_41": 41,
114
+ "LABEL_42": 42,
115
+ "LABEL_43": 43,
116
+ "LABEL_44": 44,
117
+ "LABEL_45": 45,
118
+ "LABEL_46": 46,
119
+ "LABEL_47": 47,
120
+ "LABEL_48": 48,
121
+ "LABEL_49": 49,
122
+ "LABEL_5": 5,
123
+ "LABEL_50": 50,
124
+ "LABEL_51": 51,
125
+ "LABEL_52": 52,
126
+ "LABEL_53": 53,
127
+ "LABEL_54": 54,
128
+ "LABEL_55": 55,
129
+ "LABEL_56": 56,
130
+ "LABEL_57": 57,
131
+ "LABEL_58": 58,
132
+ "LABEL_59": 59,
133
+ "LABEL_6": 6,
134
+ "LABEL_7": 7,
135
+ "LABEL_8": 8,
136
+ "LABEL_9": 9
137
+ },
138
+ "layer_norm_eps": 1e-05,
139
+ "max_position_embeddings": 514,
140
+ "model_type": "xlm-roberta",
141
+ "num_attention_heads": 12,
142
+ "num_hidden_layers": 12,
143
+ "output_past": true,
144
+ "pad_token_id": 1,
145
+ "position_embedding_type": "absolute",
146
+ "problem_type": "single_label_classification",
147
+ "torch_dtype": "float32",
148
+ "transformers_version": "4.55.0",
149
+ "type_vocab_size": 1,
150
+ "use_cache": true,
151
+ "vocab_size": 250002
152
+ }
alpha_1_mn-MN_epoch-6/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e4bc6b15d1d4f7da4496147edcc3dd517824268006d0bf11ff3e6cb08323976
3
+ size 1112383416
alpha_1_mn-MN_epoch-6/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
alpha_1_mn-MN_epoch-6/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8373f9cd3d27591e1924426bcc1c8799bc5a9affc4fc857982c5d66668dd1f41
3
+ size 17082832
alpha_1_mn-MN_epoch-6/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 512,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
alpha_1_mn-MN_epoch-6/training_metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6,
3
+ "step": null,
4
+ "checkpoint_name": "alpha_1_mn-MN_epoch-6",
5
+ "prefix": "alpha_1_mn-MN",
6
+ "base_name": "epoch-6",
7
+ "metrics": {}
8
+ }