Ranjit commited on
Commit
2a68cc6
1 Parent(s): accae9f

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,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 1.0967
22
+ - F1: 0.8702
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: 50
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
+ | 0.747 | 1.39 | 500 | 1.0303 | 0.5703 |
54
+ | 0.5618 | 2.78 | 1000 | 0.9201 | 0.6479 |
55
+ | 0.3695 | 4.17 | 1500 | 0.8216 | 0.6990 |
56
+ | 0.3392 | 5.56 | 2000 | 0.7637 | 0.7335 |
57
+ | 0.2638 | 6.94 | 2500 | 0.8244 | 0.7678 |
58
+ | 0.1907 | 8.33 | 3000 | 0.7912 | 0.7979 |
59
+ | 0.1661 | 9.72 | 3500 | 0.8266 | 0.7835 |
60
+ | 0.1073 | 11.11 | 4000 | 0.8120 | 0.8139 |
61
+ | 0.1265 | 12.5 | 4500 | 0.8336 | 0.8344 |
62
+ | 0.0481 | 13.89 | 5000 | 0.8240 | 0.8518 |
63
+ | 0.0646 | 15.28 | 5500 | 0.9290 | 0.8333 |
64
+ | 0.0846 | 16.67 | 6000 | 0.9176 | 0.8461 |
65
+ | 0.0228 | 18.06 | 6500 | 0.9600 | 0.8529 |
66
+ | 0.0696 | 19.44 | 7000 | 0.9769 | 0.8525 |
67
+ | 0.0614 | 20.83 | 7500 | 0.9944 | 0.8545 |
68
+ | 0.0173 | 22.22 | 8000 | 1.0110 | 0.8550 |
69
+ | 0.004 | 23.61 | 8500 | 1.0140 | 0.8417 |
70
+ | 0.0032 | 25.0 | 9000 | 1.0771 | 0.8314 |
71
+ | 0.0453 | 26.39 | 9500 | 1.0173 | 0.8424 |
72
+ | 0.0471 | 27.78 | 10000 | 1.0068 | 0.8652 |
73
+ | 0.0128 | 29.17 | 10500 | 1.0595 | 0.8658 |
74
+ | 0.0027 | 30.56 | 11000 | 1.0596 | 0.8506 |
75
+ | 0.0198 | 31.94 | 11500 | 1.0468 | 0.8593 |
76
+ | 0.0027 | 33.33 | 12000 | 1.0537 | 0.8693 |
77
+ | 0.0114 | 34.72 | 12500 | 1.0512 | 0.8620 |
78
+ | 0.015 | 36.11 | 13000 | 1.0425 | 0.8813 |
79
+ | 0.005 | 37.5 | 13500 | 1.1092 | 0.8749 |
80
+ | 0.0038 | 38.89 | 14000 | 1.0829 | 0.8637 |
81
+ | 0.0096 | 40.28 | 14500 | 1.0902 | 0.8794 |
82
+ | 0.0007 | 41.67 | 15000 | 1.0994 | 0.8651 |
83
+ | 0.0109 | 43.06 | 15500 | 1.0957 | 0.8782 |
84
+ | 0.0026 | 44.44 | 16000 | 1.0997 | 0.8643 |
85
+ | 0.0061 | 45.83 | 16500 | 1.0853 | 0.8672 |
86
+ | 0.0005 | 47.22 | 17000 | 1.1082 | 0.8694 |
87
+ | 0.0005 | 48.61 | 17500 | 1.1016 | 0.8696 |
88
+ | 0.0028 | 50.0 | 18000 | 1.0967 | 0.8702 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 4.34.0.dev0
94
+ - Pytorch 2.0.1+cu118
95
+ - Datasets 2.14.5
96
+ - 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:057fb1c9056a49672ebbbd9220ea5ca448d261dd454514d521c6eaad69f5ae67
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:9ae0ac2b16e3d4faa7152cd113f4673d28a7ea2c6a4c747aaedb806dfc28d116
3
+ size 3963