End of training
Browse files- README.md +59 -0
- added_tokens.json +3 -0
- config.json +165 -0
- model.safetensors +3 -0
- special_tokens_map.json +15 -0
- spm.model +3 -0
- tokenizer_config.json +58 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/deberta-v3-large
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: deberta-v3-large-math-ver1
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# deberta-v3-large-math-ver1
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 0.1289
|
19 |
+
- eval_precision: 0.9722
|
20 |
+
- eval_recall: 0.9722
|
21 |
+
- eval_f1: 0.9722
|
22 |
+
- eval_accuracy: 0.9722
|
23 |
+
- eval_runtime: 7.4496
|
24 |
+
- eval_samples_per_second: 169.136
|
25 |
+
- eval_steps_per_second: 14.095
|
26 |
+
- epoch: 5.0
|
27 |
+
- step: 2100
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 12
|
48 |
+
- eval_batch_size: 12
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
+
|
54 |
+
### Framework versions
|
55 |
+
|
56 |
+
- Transformers 4.39.3
|
57 |
+
- Pytorch 2.1.2
|
58 |
+
- Datasets 2.18.0
|
59 |
+
- Tokenizers 0.15.2
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[MASK]": 128000
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v3-large",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 1024,
|
10 |
+
"id2label": {
|
11 |
+
"0": "LABEL_0",
|
12 |
+
"1": "LABEL_1",
|
13 |
+
"2": "LABEL_2",
|
14 |
+
"3": "LABEL_3",
|
15 |
+
"4": "LABEL_4",
|
16 |
+
"5": "LABEL_5",
|
17 |
+
"6": "LABEL_6",
|
18 |
+
"7": "LABEL_7",
|
19 |
+
"8": "LABEL_8",
|
20 |
+
"9": "LABEL_9",
|
21 |
+
"10": "LABEL_10",
|
22 |
+
"11": "LABEL_11",
|
23 |
+
"12": "LABEL_12",
|
24 |
+
"13": "LABEL_13",
|
25 |
+
"14": "LABEL_14",
|
26 |
+
"15": "LABEL_15",
|
27 |
+
"16": "LABEL_16",
|
28 |
+
"17": "LABEL_17",
|
29 |
+
"18": "LABEL_18",
|
30 |
+
"19": "LABEL_19",
|
31 |
+
"20": "LABEL_20",
|
32 |
+
"21": "LABEL_21",
|
33 |
+
"22": "LABEL_22",
|
34 |
+
"23": "LABEL_23",
|
35 |
+
"24": "LABEL_24",
|
36 |
+
"25": "LABEL_25",
|
37 |
+
"26": "LABEL_26",
|
38 |
+
"27": "LABEL_27",
|
39 |
+
"28": "LABEL_28",
|
40 |
+
"29": "LABEL_29",
|
41 |
+
"30": "LABEL_30",
|
42 |
+
"31": "LABEL_31",
|
43 |
+
"32": "LABEL_32",
|
44 |
+
"33": "LABEL_33",
|
45 |
+
"34": "LABEL_34",
|
46 |
+
"35": "LABEL_35",
|
47 |
+
"36": "LABEL_36",
|
48 |
+
"37": "LABEL_37",
|
49 |
+
"38": "LABEL_38",
|
50 |
+
"39": "LABEL_39",
|
51 |
+
"40": "LABEL_40",
|
52 |
+
"41": "LABEL_41",
|
53 |
+
"42": "LABEL_42",
|
54 |
+
"43": "LABEL_43",
|
55 |
+
"44": "LABEL_44",
|
56 |
+
"45": "LABEL_45",
|
57 |
+
"46": "LABEL_46",
|
58 |
+
"47": "LABEL_47",
|
59 |
+
"48": "LABEL_48",
|
60 |
+
"49": "LABEL_49",
|
61 |
+
"50": "LABEL_50",
|
62 |
+
"51": "LABEL_51",
|
63 |
+
"52": "LABEL_52",
|
64 |
+
"53": "LABEL_53",
|
65 |
+
"54": "LABEL_54",
|
66 |
+
"55": "LABEL_55",
|
67 |
+
"56": "LABEL_56",
|
68 |
+
"57": "LABEL_57",
|
69 |
+
"58": "LABEL_58",
|
70 |
+
"59": "LABEL_59",
|
71 |
+
"60": "LABEL_60",
|
72 |
+
"61": "LABEL_61",
|
73 |
+
"62": "LABEL_62"
|
74 |
+
},
|
75 |
+
"initializer_range": 0.02,
|
76 |
+
"intermediate_size": 4096,
|
77 |
+
"label2id": {
|
78 |
+
"LABEL_0": 0,
|
79 |
+
"LABEL_1": 1,
|
80 |
+
"LABEL_10": 10,
|
81 |
+
"LABEL_11": 11,
|
82 |
+
"LABEL_12": 12,
|
83 |
+
"LABEL_13": 13,
|
84 |
+
"LABEL_14": 14,
|
85 |
+
"LABEL_15": 15,
|
86 |
+
"LABEL_16": 16,
|
87 |
+
"LABEL_17": 17,
|
88 |
+
"LABEL_18": 18,
|
89 |
+
"LABEL_19": 19,
|
90 |
+
"LABEL_2": 2,
|
91 |
+
"LABEL_20": 20,
|
92 |
+
"LABEL_21": 21,
|
93 |
+
"LABEL_22": 22,
|
94 |
+
"LABEL_23": 23,
|
95 |
+
"LABEL_24": 24,
|
96 |
+
"LABEL_25": 25,
|
97 |
+
"LABEL_26": 26,
|
98 |
+
"LABEL_27": 27,
|
99 |
+
"LABEL_28": 28,
|
100 |
+
"LABEL_29": 29,
|
101 |
+
"LABEL_3": 3,
|
102 |
+
"LABEL_30": 30,
|
103 |
+
"LABEL_31": 31,
|
104 |
+
"LABEL_32": 32,
|
105 |
+
"LABEL_33": 33,
|
106 |
+
"LABEL_34": 34,
|
107 |
+
"LABEL_35": 35,
|
108 |
+
"LABEL_36": 36,
|
109 |
+
"LABEL_37": 37,
|
110 |
+
"LABEL_38": 38,
|
111 |
+
"LABEL_39": 39,
|
112 |
+
"LABEL_4": 4,
|
113 |
+
"LABEL_40": 40,
|
114 |
+
"LABEL_41": 41,
|
115 |
+
"LABEL_42": 42,
|
116 |
+
"LABEL_43": 43,
|
117 |
+
"LABEL_44": 44,
|
118 |
+
"LABEL_45": 45,
|
119 |
+
"LABEL_46": 46,
|
120 |
+
"LABEL_47": 47,
|
121 |
+
"LABEL_48": 48,
|
122 |
+
"LABEL_49": 49,
|
123 |
+
"LABEL_5": 5,
|
124 |
+
"LABEL_50": 50,
|
125 |
+
"LABEL_51": 51,
|
126 |
+
"LABEL_52": 52,
|
127 |
+
"LABEL_53": 53,
|
128 |
+
"LABEL_54": 54,
|
129 |
+
"LABEL_55": 55,
|
130 |
+
"LABEL_56": 56,
|
131 |
+
"LABEL_57": 57,
|
132 |
+
"LABEL_58": 58,
|
133 |
+
"LABEL_59": 59,
|
134 |
+
"LABEL_6": 6,
|
135 |
+
"LABEL_60": 60,
|
136 |
+
"LABEL_61": 61,
|
137 |
+
"LABEL_62": 62,
|
138 |
+
"LABEL_7": 7,
|
139 |
+
"LABEL_8": 8,
|
140 |
+
"LABEL_9": 9
|
141 |
+
},
|
142 |
+
"layer_norm_eps": 1e-07,
|
143 |
+
"max_position_embeddings": 512,
|
144 |
+
"max_relative_positions": -1,
|
145 |
+
"model_type": "deberta-v2",
|
146 |
+
"norm_rel_ebd": "layer_norm",
|
147 |
+
"num_attention_heads": 16,
|
148 |
+
"num_hidden_layers": 24,
|
149 |
+
"pad_token_id": 0,
|
150 |
+
"pooler_dropout": 0,
|
151 |
+
"pooler_hidden_act": "gelu",
|
152 |
+
"pooler_hidden_size": 1024,
|
153 |
+
"pos_att_type": [
|
154 |
+
"p2c",
|
155 |
+
"c2p"
|
156 |
+
],
|
157 |
+
"position_biased_input": false,
|
158 |
+
"position_buckets": 256,
|
159 |
+
"relative_attention": true,
|
160 |
+
"share_att_key": true,
|
161 |
+
"torch_dtype": "float32",
|
162 |
+
"transformers_version": "4.39.3",
|
163 |
+
"type_vocab_size": 0,
|
164 |
+
"vocab_size": 128100
|
165 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f1e5dff9d8122a5aebca1ddfe02fb72f4ee5ea87fdc965ae0695029321a4131
|
3 |
+
size 1740554556
|
special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"eos_token": "[SEP]",
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[SEP]",
|
8 |
+
"unk_token": {
|
9 |
+
"content": "[UNK]",
|
10 |
+
"lstrip": false,
|
11 |
+
"normalized": true,
|
12 |
+
"rstrip": false,
|
13 |
+
"single_word": false
|
14 |
+
}
|
15 |
+
}
|
spm.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
|
3 |
+
size 2464616
|
tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"1": {
|
12 |
+
"content": "[CLS]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "[SEP]",
|
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": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128000": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "[CLS]",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": false,
|
48 |
+
"eos_token": "[SEP]",
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 1000000000000000019884624838656,
|
51 |
+
"pad_token": "[PAD]",
|
52 |
+
"sep_token": "[SEP]",
|
53 |
+
"sp_model_kwargs": {},
|
54 |
+
"split_by_punct": false,
|
55 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
56 |
+
"unk_token": "[UNK]",
|
57 |
+
"vocab_type": "spm"
|
58 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2153012281d8f63fe6dd9223f48159eaece05e6e14bd34a14e0ac5c147de01fe
|
3 |
+
size 5048
|