Upload BertForSequenceClassification
Browse files- config.json +70 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./bert/model",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "Arabic",
|
14 |
+
"1": "Danish",
|
15 |
+
"2": "Dutch",
|
16 |
+
"3": "English",
|
17 |
+
"4": "French",
|
18 |
+
"5": "German",
|
19 |
+
"6": "Greek",
|
20 |
+
"7": "Hindi",
|
21 |
+
"8": "Italian",
|
22 |
+
"9": "Kannada",
|
23 |
+
"10": "Malayalam",
|
24 |
+
"11": "Portugeese",
|
25 |
+
"12": "Russian",
|
26 |
+
"13": "Spanish",
|
27 |
+
"14": "Sweedish",
|
28 |
+
"15": "Tamil",
|
29 |
+
"16": "Turkish"
|
30 |
+
},
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 3072,
|
33 |
+
"label2id": {
|
34 |
+
"LABEL_0": 0,
|
35 |
+
"LABEL_1": 1,
|
36 |
+
"LABEL_10": 10,
|
37 |
+
"LABEL_11": 11,
|
38 |
+
"LABEL_12": 12,
|
39 |
+
"LABEL_13": 13,
|
40 |
+
"LABEL_14": 14,
|
41 |
+
"LABEL_15": 15,
|
42 |
+
"LABEL_16": 16,
|
43 |
+
"LABEL_2": 2,
|
44 |
+
"LABEL_3": 3,
|
45 |
+
"LABEL_4": 4,
|
46 |
+
"LABEL_5": 5,
|
47 |
+
"LABEL_6": 6,
|
48 |
+
"LABEL_7": 7,
|
49 |
+
"LABEL_8": 8,
|
50 |
+
"LABEL_9": 9
|
51 |
+
},
|
52 |
+
"layer_norm_eps": 1e-12,
|
53 |
+
"max_position_embeddings": 512,
|
54 |
+
"model_type": "bert",
|
55 |
+
"num_attention_heads": 12,
|
56 |
+
"num_hidden_layers": 12,
|
57 |
+
"pad_token_id": 0,
|
58 |
+
"pooler_fc_size": 768,
|
59 |
+
"pooler_num_attention_heads": 12,
|
60 |
+
"pooler_num_fc_layers": 3,
|
61 |
+
"pooler_size_per_head": 128,
|
62 |
+
"pooler_type": "first_token_transform",
|
63 |
+
"position_embedding_type": "absolute",
|
64 |
+
"problem_type": "single_label_classification",
|
65 |
+
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.35.0",
|
67 |
+
"type_vocab_size": 2,
|
68 |
+
"use_cache": true,
|
69 |
+
"vocab_size": 105879
|
70 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0221adca1838db9aff5408ce08dd6ce29074e12ac4a83d96eca4f70b9364d64d
|
3 |
+
size 669501508
|