ashujss11 commited on
Commit
aad2d1f
·
verified ·
1 Parent(s): 6bb79f8

Upload 7 files

Browse files
config.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
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
+ },
66
+ "initializer_range": 0.02,
67
+ "label2id": {
68
+ "LABEL_0": 0,
69
+ "LABEL_1": 1,
70
+ "LABEL_10": 10,
71
+ "LABEL_11": 11,
72
+ "LABEL_12": 12,
73
+ "LABEL_13": 13,
74
+ "LABEL_14": 14,
75
+ "LABEL_15": 15,
76
+ "LABEL_16": 16,
77
+ "LABEL_17": 17,
78
+ "LABEL_18": 18,
79
+ "LABEL_19": 19,
80
+ "LABEL_2": 2,
81
+ "LABEL_20": 20,
82
+ "LABEL_21": 21,
83
+ "LABEL_22": 22,
84
+ "LABEL_23": 23,
85
+ "LABEL_24": 24,
86
+ "LABEL_25": 25,
87
+ "LABEL_26": 26,
88
+ "LABEL_27": 27,
89
+ "LABEL_28": 28,
90
+ "LABEL_29": 29,
91
+ "LABEL_3": 3,
92
+ "LABEL_30": 30,
93
+ "LABEL_31": 31,
94
+ "LABEL_32": 32,
95
+ "LABEL_33": 33,
96
+ "LABEL_34": 34,
97
+ "LABEL_35": 35,
98
+ "LABEL_36": 36,
99
+ "LABEL_37": 37,
100
+ "LABEL_38": 38,
101
+ "LABEL_39": 39,
102
+ "LABEL_4": 4,
103
+ "LABEL_40": 40,
104
+ "LABEL_41": 41,
105
+ "LABEL_42": 42,
106
+ "LABEL_43": 43,
107
+ "LABEL_44": 44,
108
+ "LABEL_45": 45,
109
+ "LABEL_46": 46,
110
+ "LABEL_47": 47,
111
+ "LABEL_48": 48,
112
+ "LABEL_49": 49,
113
+ "LABEL_5": 5,
114
+ "LABEL_50": 50,
115
+ "LABEL_51": 51,
116
+ "LABEL_52": 52,
117
+ "LABEL_6": 6,
118
+ "LABEL_7": 7,
119
+ "LABEL_8": 8,
120
+ "LABEL_9": 9
121
+ },
122
+ "max_position_embeddings": 512,
123
+ "model_type": "distilbert",
124
+ "n_heads": 12,
125
+ "n_layers": 6,
126
+ "pad_token_id": 0,
127
+ "problem_type": "single_label_classification",
128
+ "qa_dropout": 0.1,
129
+ "seq_classif_dropout": 0.2,
130
+ "sinusoidal_pos_embds": false,
131
+ "tie_weights_": true,
132
+ "torch_dtype": "float32",
133
+ "transformers_version": "4.17.0",
134
+ "vocab_size": 30522
135
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f4e1aeb851a598de87094f3e7ed498e938dd4966af2725ff3e667d3bf3d0af
3
+ size 268019459
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6d8dcc2a39ad5e7b4da99d4e2a6369d3d802510a077ff4cd8f8583e71b865c
3
+ size 3921
vocab.txt ADDED
The diff for this file is too large to render. See raw diff