Ranjit commited on
Commit
aaa9e80
1 Parent(s): c48e127

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: xxxxxxxxx
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - AmazonScience/massive
7
+ metrics:
8
+ - f1
9
+ model-index:
10
+ - name: massive_indo
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # massive_indo
18
+
19
+ This model is a fine-tuned version of [xxxxxxxxx](https://huggingface.co/xxxxxxxxx) on the massive dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6883
22
+ - F1: 0.8201
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 3
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
+ | 2.1343 | 0.11 | 2000 | 1.7374 | 0.2664 |
54
+ | 1.2506 | 0.22 | 4000 | 1.1294 | 0.5441 |
55
+ | 0.9268 | 0.33 | 6000 | 0.8991 | 0.6547 |
56
+ | 0.7993 | 0.44 | 8000 | 0.8401 | 0.6819 |
57
+ | 0.6985 | 0.54 | 10000 | 0.7629 | 0.7245 |
58
+ | 0.6418 | 0.65 | 12000 | 0.7507 | 0.7559 |
59
+ | 0.5887 | 0.76 | 14000 | 0.6858 | 0.7796 |
60
+ | 0.5462 | 0.87 | 16000 | 0.6852 | 0.7872 |
61
+ | 0.508 | 0.98 | 18000 | 0.6731 | 0.7836 |
62
+ | 0.4222 | 1.09 | 20000 | 0.6884 | 0.7902 |
63
+ | 0.3948 | 1.2 | 22000 | 0.6809 | 0.7897 |
64
+ | 0.3947 | 1.31 | 24000 | 0.6894 | 0.7935 |
65
+ | 0.3779 | 1.42 | 26000 | 0.6702 | 0.8026 |
66
+ | 0.3488 | 1.53 | 28000 | 0.6762 | 0.7935 |
67
+ | 0.3461 | 1.63 | 30000 | 0.6737 | 0.8054 |
68
+ | 0.3372 | 1.74 | 32000 | 0.6720 | 0.8062 |
69
+ | 0.3275 | 1.85 | 34000 | 0.6526 | 0.8156 |
70
+ | 0.3224 | 1.96 | 36000 | 0.6717 | 0.8068 |
71
+ | 0.2425 | 2.07 | 38000 | 0.6810 | 0.8143 |
72
+ | 0.2423 | 2.18 | 40000 | 0.6668 | 0.8196 |
73
+ | 0.2394 | 2.29 | 42000 | 0.7014 | 0.8125 |
74
+ | 0.2247 | 2.4 | 44000 | 0.6842 | 0.8167 |
75
+ | 0.2253 | 2.51 | 46000 | 0.7012 | 0.8130 |
76
+ | 0.2225 | 2.62 | 48000 | 0.6907 | 0.8178 |
77
+ | 0.2074 | 2.72 | 50000 | 0.6814 | 0.8206 |
78
+ | 0.2095 | 2.83 | 52000 | 0.6928 | 0.8192 |
79
+ | 0.2018 | 2.94 | 54000 | 0.6883 | 0.8201 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.34.0.dev0
85
+ - Pytorch 2.0.1+cu118
86
+ - Datasets 2.14.5
87
+ - Tokenizers 0.14.0
config.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
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
+ "51": "LABEL_51",
64
+ "52": "LABEL_52",
65
+ "53": "LABEL_53",
66
+ "54": "LABEL_54",
67
+ "55": "LABEL_55",
68
+ "56": "LABEL_56",
69
+ "57": "LABEL_57",
70
+ "58": "LABEL_58",
71
+ "59": "LABEL_59"
72
+ },
73
+ "initializer_range": 0.02,
74
+ "intermediate_size": 1536,
75
+ "label2id": {
76
+ "LABEL_0": 0,
77
+ "LABEL_1": 1,
78
+ "LABEL_10": 10,
79
+ "LABEL_11": 11,
80
+ "LABEL_12": 12,
81
+ "LABEL_13": 13,
82
+ "LABEL_14": 14,
83
+ "LABEL_15": 15,
84
+ "LABEL_16": 16,
85
+ "LABEL_17": 17,
86
+ "LABEL_18": 18,
87
+ "LABEL_19": 19,
88
+ "LABEL_2": 2,
89
+ "LABEL_20": 20,
90
+ "LABEL_21": 21,
91
+ "LABEL_22": 22,
92
+ "LABEL_23": 23,
93
+ "LABEL_24": 24,
94
+ "LABEL_25": 25,
95
+ "LABEL_26": 26,
96
+ "LABEL_27": 27,
97
+ "LABEL_28": 28,
98
+ "LABEL_29": 29,
99
+ "LABEL_3": 3,
100
+ "LABEL_30": 30,
101
+ "LABEL_31": 31,
102
+ "LABEL_32": 32,
103
+ "LABEL_33": 33,
104
+ "LABEL_34": 34,
105
+ "LABEL_35": 35,
106
+ "LABEL_36": 36,
107
+ "LABEL_37": 37,
108
+ "LABEL_38": 38,
109
+ "LABEL_39": 39,
110
+ "LABEL_4": 4,
111
+ "LABEL_40": 40,
112
+ "LABEL_41": 41,
113
+ "LABEL_42": 42,
114
+ "LABEL_43": 43,
115
+ "LABEL_44": 44,
116
+ "LABEL_45": 45,
117
+ "LABEL_46": 46,
118
+ "LABEL_47": 47,
119
+ "LABEL_48": 48,
120
+ "LABEL_49": 49,
121
+ "LABEL_5": 5,
122
+ "LABEL_50": 50,
123
+ "LABEL_51": 51,
124
+ "LABEL_52": 52,
125
+ "LABEL_53": 53,
126
+ "LABEL_54": 54,
127
+ "LABEL_55": 55,
128
+ "LABEL_56": 56,
129
+ "LABEL_57": 57,
130
+ "LABEL_58": 58,
131
+ "LABEL_59": 59,
132
+ "LABEL_6": 6,
133
+ "LABEL_7": 7,
134
+ "LABEL_8": 8,
135
+ "LABEL_9": 9
136
+ },
137
+ "layer_norm_eps": 1e-12,
138
+ "max_position_embeddings": 512,
139
+ "model_type": "bert",
140
+ "num_attention_heads": 12,
141
+ "num_hidden_layers": 12,
142
+ "pad_token_id": 0,
143
+ "position_embedding_type": "absolute",
144
+ "problem_type": "single_label_classification",
145
+ "tokenizer_class": "XLMRobertaTokenizer",
146
+ "torch_dtype": "float32",
147
+ "transformers_version": "4.34.0.dev0",
148
+ "type_vocab_size": 2,
149
+ "use_cache": true,
150
+ "vocab_size": 250037
151
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b80e0fc618df3573268226043025e0034f9677e5e368c38bce65446f8850034
3
+ size 470775793
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb652ac4e40cc093272bbbe0f55d521cf67570060227109b5cdc20945a4489e
3
+ size 17098107
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "sp_model_kwargs": {},
54
+ "tokenizer_class": "XLMRobertaTokenizer",
55
+ "unk_token": "<unk>"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd7a6a937bd9c8cb65aab31ccd593023b533cca36edab4baa21e8b0270d2dc6
3
+ size 3963