qwertyuiopasdfg commited on
Commit
718675d
·
verified ·
1 Parent(s): e705cd4

Upload folder using huggingface_hub

Browse files
.ipynb_checkpoints/config-checkpoint.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "False_Correct:NA",
13
+ "1": "False_Misconception:Adding_across",
14
+ "2": "False_Misconception:Adding_terms",
15
+ "3": "False_Misconception:Additive",
16
+ "4": "False_Misconception:Base_rate",
17
+ "5": "False_Misconception:Certainty",
18
+ "6": "False_Misconception:Definition",
19
+ "7": "False_Misconception:Denominator-only_change",
20
+ "8": "False_Misconception:Division",
21
+ "9": "False_Misconception:Duplication",
22
+ "10": "False_Misconception:Firstterm",
23
+ "11": "False_Misconception:FlipChange",
24
+ "12": "False_Misconception:Ignores_zeroes",
25
+ "13": "False_Misconception:Incomplete",
26
+ "14": "False_Misconception:Incorrect_equivalent_fraction_addition",
27
+ "15": "False_Misconception:Interior",
28
+ "16": "False_Misconception:Inverse_operation",
29
+ "17": "False_Misconception:Inversion",
30
+ "18": "False_Misconception:Irrelevant",
31
+ "19": "False_Misconception:Longer_is_bigger",
32
+ "20": "False_Misconception:Mult",
33
+ "21": "False_Misconception:Multiplying_by_4",
34
+ "22": "False_Misconception:Not_variable",
35
+ "23": "False_Misconception:Positive",
36
+ "24": "False_Misconception:Scale",
37
+ "25": "False_Misconception:Shorter_is_bigger",
38
+ "26": "False_Misconception:Subtraction",
39
+ "27": "False_Misconception:SwapDividend",
40
+ "28": "False_Misconception:Tacking",
41
+ "29": "False_Misconception:Unknowable",
42
+ "30": "False_Misconception:WNB",
43
+ "31": "False_Misconception:Whole_numbers_larger",
44
+ "32": "False_Misconception:Wrong_Fraction",
45
+ "33": "False_Misconception:Wrong_Operation",
46
+ "34": "False_Misconception:Wrong_fraction",
47
+ "35": "False_Misconception:Wrong_term",
48
+ "36": "False_Neither:NA",
49
+ "37": "True_Correct:NA",
50
+ "38": "True_Misconception:Adding_across",
51
+ "39": "True_Misconception:Additive",
52
+ "40": "True_Misconception:Base_rate",
53
+ "41": "True_Misconception:Definition",
54
+ "42": "True_Misconception:Denominator-only_change",
55
+ "43": "True_Misconception:Division",
56
+ "44": "True_Misconception:Duplication",
57
+ "45": "True_Misconception:Firstterm",
58
+ "46": "True_Misconception:FlipChange",
59
+ "47": "True_Misconception:Incomplete",
60
+ "48": "True_Misconception:Incorrect_equivalent_fraction_addition",
61
+ "49": "True_Misconception:Inversion",
62
+ "50": "True_Misconception:Irrelevant",
63
+ "51": "True_Misconception:Longer_is_bigger",
64
+ "52": "True_Misconception:Mult",
65
+ "53": "True_Misconception:Multiplying_by_4",
66
+ "54": "True_Misconception:Not_variable",
67
+ "55": "True_Misconception:Positive",
68
+ "56": "True_Misconception:Shorter_is_bigger",
69
+ "57": "True_Misconception:Subtraction",
70
+ "58": "True_Misconception:SwapDividend",
71
+ "59": "True_Misconception:Tacking",
72
+ "60": "True_Misconception:WNB",
73
+ "61": "True_Misconception:Whole_numbers_larger",
74
+ "62": "True_Misconception:Wrong_fraction",
75
+ "63": "True_Misconception:Wrong_term",
76
+ "64": "True_Neither:NA"
77
+ },
78
+ "initializer_range": 0.02,
79
+ "intermediate_size": 3072,
80
+ "label2id": {
81
+ "False_Correct:NA": 0,
82
+ "False_Misconception:Adding_across": 1,
83
+ "False_Misconception:Adding_terms": 2,
84
+ "False_Misconception:Additive": 3,
85
+ "False_Misconception:Base_rate": 4,
86
+ "False_Misconception:Certainty": 5,
87
+ "False_Misconception:Definition": 6,
88
+ "False_Misconception:Denominator-only_change": 7,
89
+ "False_Misconception:Division": 8,
90
+ "False_Misconception:Duplication": 9,
91
+ "False_Misconception:Firstterm": 10,
92
+ "False_Misconception:FlipChange": 11,
93
+ "False_Misconception:Ignores_zeroes": 12,
94
+ "False_Misconception:Incomplete": 13,
95
+ "False_Misconception:Incorrect_equivalent_fraction_addition": 14,
96
+ "False_Misconception:Interior": 15,
97
+ "False_Misconception:Inverse_operation": 16,
98
+ "False_Misconception:Inversion": 17,
99
+ "False_Misconception:Irrelevant": 18,
100
+ "False_Misconception:Longer_is_bigger": 19,
101
+ "False_Misconception:Mult": 20,
102
+ "False_Misconception:Multiplying_by_4": 21,
103
+ "False_Misconception:Not_variable": 22,
104
+ "False_Misconception:Positive": 23,
105
+ "False_Misconception:Scale": 24,
106
+ "False_Misconception:Shorter_is_bigger": 25,
107
+ "False_Misconception:Subtraction": 26,
108
+ "False_Misconception:SwapDividend": 27,
109
+ "False_Misconception:Tacking": 28,
110
+ "False_Misconception:Unknowable": 29,
111
+ "False_Misconception:WNB": 30,
112
+ "False_Misconception:Whole_numbers_larger": 31,
113
+ "False_Misconception:Wrong_Fraction": 32,
114
+ "False_Misconception:Wrong_Operation": 33,
115
+ "False_Misconception:Wrong_fraction": 34,
116
+ "False_Misconception:Wrong_term": 35,
117
+ "False_Neither:NA": 36,
118
+ "True_Correct:NA": 37,
119
+ "True_Misconception:Adding_across": 38,
120
+ "True_Misconception:Additive": 39,
121
+ "True_Misconception:Base_rate": 40,
122
+ "True_Misconception:Definition": 41,
123
+ "True_Misconception:Denominator-only_change": 42,
124
+ "True_Misconception:Division": 43,
125
+ "True_Misconception:Duplication": 44,
126
+ "True_Misconception:Firstterm": 45,
127
+ "True_Misconception:FlipChange": 46,
128
+ "True_Misconception:Incomplete": 47,
129
+ "True_Misconception:Incorrect_equivalent_fraction_addition": 48,
130
+ "True_Misconception:Inversion": 49,
131
+ "True_Misconception:Irrelevant": 50,
132
+ "True_Misconception:Longer_is_bigger": 51,
133
+ "True_Misconception:Mult": 52,
134
+ "True_Misconception:Multiplying_by_4": 53,
135
+ "True_Misconception:Not_variable": 54,
136
+ "True_Misconception:Positive": 55,
137
+ "True_Misconception:Shorter_is_bigger": 56,
138
+ "True_Misconception:Subtraction": 57,
139
+ "True_Misconception:SwapDividend": 58,
140
+ "True_Misconception:Tacking": 59,
141
+ "True_Misconception:WNB": 60,
142
+ "True_Misconception:Whole_numbers_larger": 61,
143
+ "True_Misconception:Wrong_fraction": 62,
144
+ "True_Misconception:Wrong_term": 63,
145
+ "True_Neither:NA": 64
146
+ },
147
+ "layer_norm_eps": 1e-12,
148
+ "max_position_embeddings": 512,
149
+ "model_type": "bert",
150
+ "num_attention_heads": 12,
151
+ "num_hidden_layers": 12,
152
+ "pad_token_id": 0,
153
+ "position_embedding_type": "absolute",
154
+ "torch_dtype": "bfloat16",
155
+ "transformers_version": "4.54.1",
156
+ "type_vocab_size": 2,
157
+ "use_cache": true,
158
+ "vocab_size": 30522
159
+ }
config.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "False_Correct:NA",
13
+ "1": "False_Misconception:Adding_across",
14
+ "2": "False_Misconception:Adding_terms",
15
+ "3": "False_Misconception:Additive",
16
+ "4": "False_Misconception:Base_rate",
17
+ "5": "False_Misconception:Certainty",
18
+ "6": "False_Misconception:Definition",
19
+ "7": "False_Misconception:Denominator-only_change",
20
+ "8": "False_Misconception:Division",
21
+ "9": "False_Misconception:Duplication",
22
+ "10": "False_Misconception:Firstterm",
23
+ "11": "False_Misconception:FlipChange",
24
+ "12": "False_Misconception:Ignores_zeroes",
25
+ "13": "False_Misconception:Incomplete",
26
+ "14": "False_Misconception:Incorrect_equivalent_fraction_addition",
27
+ "15": "False_Misconception:Interior",
28
+ "16": "False_Misconception:Inverse_operation",
29
+ "17": "False_Misconception:Inversion",
30
+ "18": "False_Misconception:Irrelevant",
31
+ "19": "False_Misconception:Longer_is_bigger",
32
+ "20": "False_Misconception:Mult",
33
+ "21": "False_Misconception:Multiplying_by_4",
34
+ "22": "False_Misconception:Not_variable",
35
+ "23": "False_Misconception:Positive",
36
+ "24": "False_Misconception:Scale",
37
+ "25": "False_Misconception:Shorter_is_bigger",
38
+ "26": "False_Misconception:Subtraction",
39
+ "27": "False_Misconception:SwapDividend",
40
+ "28": "False_Misconception:Tacking",
41
+ "29": "False_Misconception:Unknowable",
42
+ "30": "False_Misconception:WNB",
43
+ "31": "False_Misconception:Whole_numbers_larger",
44
+ "32": "False_Misconception:Wrong_Fraction",
45
+ "33": "False_Misconception:Wrong_Operation",
46
+ "34": "False_Misconception:Wrong_fraction",
47
+ "35": "False_Misconception:Wrong_term",
48
+ "36": "False_Neither:NA",
49
+ "37": "True_Correct:NA",
50
+ "38": "True_Misconception:Adding_across",
51
+ "39": "True_Misconception:Additive",
52
+ "40": "True_Misconception:Base_rate",
53
+ "41": "True_Misconception:Definition",
54
+ "42": "True_Misconception:Denominator-only_change",
55
+ "43": "True_Misconception:Division",
56
+ "44": "True_Misconception:Duplication",
57
+ "45": "True_Misconception:Firstterm",
58
+ "46": "True_Misconception:FlipChange",
59
+ "47": "True_Misconception:Incomplete",
60
+ "48": "True_Misconception:Incorrect_equivalent_fraction_addition",
61
+ "49": "True_Misconception:Inversion",
62
+ "50": "True_Misconception:Irrelevant",
63
+ "51": "True_Misconception:Longer_is_bigger",
64
+ "52": "True_Misconception:Mult",
65
+ "53": "True_Misconception:Multiplying_by_4",
66
+ "54": "True_Misconception:Not_variable",
67
+ "55": "True_Misconception:Positive",
68
+ "56": "True_Misconception:Shorter_is_bigger",
69
+ "57": "True_Misconception:Subtraction",
70
+ "58": "True_Misconception:SwapDividend",
71
+ "59": "True_Misconception:Tacking",
72
+ "60": "True_Misconception:WNB",
73
+ "61": "True_Misconception:Whole_numbers_larger",
74
+ "62": "True_Misconception:Wrong_fraction",
75
+ "63": "True_Misconception:Wrong_term",
76
+ "64": "True_Neither:NA"
77
+ },
78
+ "initializer_range": 0.02,
79
+ "intermediate_size": 3072,
80
+ "label2id": {
81
+ "False_Correct:NA": 0,
82
+ "False_Misconception:Adding_across": 1,
83
+ "False_Misconception:Adding_terms": 2,
84
+ "False_Misconception:Additive": 3,
85
+ "False_Misconception:Base_rate": 4,
86
+ "False_Misconception:Certainty": 5,
87
+ "False_Misconception:Definition": 6,
88
+ "False_Misconception:Denominator-only_change": 7,
89
+ "False_Misconception:Division": 8,
90
+ "False_Misconception:Duplication": 9,
91
+ "False_Misconception:Firstterm": 10,
92
+ "False_Misconception:FlipChange": 11,
93
+ "False_Misconception:Ignores_zeroes": 12,
94
+ "False_Misconception:Incomplete": 13,
95
+ "False_Misconception:Incorrect_equivalent_fraction_addition": 14,
96
+ "False_Misconception:Interior": 15,
97
+ "False_Misconception:Inverse_operation": 16,
98
+ "False_Misconception:Inversion": 17,
99
+ "False_Misconception:Irrelevant": 18,
100
+ "False_Misconception:Longer_is_bigger": 19,
101
+ "False_Misconception:Mult": 20,
102
+ "False_Misconception:Multiplying_by_4": 21,
103
+ "False_Misconception:Not_variable": 22,
104
+ "False_Misconception:Positive": 23,
105
+ "False_Misconception:Scale": 24,
106
+ "False_Misconception:Shorter_is_bigger": 25,
107
+ "False_Misconception:Subtraction": 26,
108
+ "False_Misconception:SwapDividend": 27,
109
+ "False_Misconception:Tacking": 28,
110
+ "False_Misconception:Unknowable": 29,
111
+ "False_Misconception:WNB": 30,
112
+ "False_Misconception:Whole_numbers_larger": 31,
113
+ "False_Misconception:Wrong_Fraction": 32,
114
+ "False_Misconception:Wrong_Operation": 33,
115
+ "False_Misconception:Wrong_fraction": 34,
116
+ "False_Misconception:Wrong_term": 35,
117
+ "False_Neither:NA": 36,
118
+ "True_Correct:NA": 37,
119
+ "True_Misconception:Adding_across": 38,
120
+ "True_Misconception:Additive": 39,
121
+ "True_Misconception:Base_rate": 40,
122
+ "True_Misconception:Definition": 41,
123
+ "True_Misconception:Denominator-only_change": 42,
124
+ "True_Misconception:Division": 43,
125
+ "True_Misconception:Duplication": 44,
126
+ "True_Misconception:Firstterm": 45,
127
+ "True_Misconception:FlipChange": 46,
128
+ "True_Misconception:Incomplete": 47,
129
+ "True_Misconception:Incorrect_equivalent_fraction_addition": 48,
130
+ "True_Misconception:Inversion": 49,
131
+ "True_Misconception:Irrelevant": 50,
132
+ "True_Misconception:Longer_is_bigger": 51,
133
+ "True_Misconception:Mult": 52,
134
+ "True_Misconception:Multiplying_by_4": 53,
135
+ "True_Misconception:Not_variable": 54,
136
+ "True_Misconception:Positive": 55,
137
+ "True_Misconception:Shorter_is_bigger": 56,
138
+ "True_Misconception:Subtraction": 57,
139
+ "True_Misconception:SwapDividend": 58,
140
+ "True_Misconception:Tacking": 59,
141
+ "True_Misconception:WNB": 60,
142
+ "True_Misconception:Whole_numbers_larger": 61,
143
+ "True_Misconception:Wrong_fraction": 62,
144
+ "True_Misconception:Wrong_term": 63,
145
+ "True_Neither:NA": 64
146
+ },
147
+ "layer_norm_eps": 1e-12,
148
+ "max_position_embeddings": 512,
149
+ "model_type": "bert",
150
+ "num_attention_heads": 12,
151
+ "num_hidden_layers": 12,
152
+ "pad_token_id": 0,
153
+ "position_embedding_type": "absolute",
154
+ "torch_dtype": "bfloat16",
155
+ "transformers_version": "4.54.1",
156
+ "type_vocab_size": 2,
157
+ "use_cache": true,
158
+ "vocab_size": 30522
159
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f883e1ff2f6a976b16650161d7deef368441e9d05e3cc7fec67eafa52fd2af9
3
+ size 219088066
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,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
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:1c1f7e751d5d2c197bd07f0c6d34d895e9a8ea2ad01e5f104bd832675b2a59f0
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff