Add model
Browse files- config.json +48 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"NERWithDropout"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.05,
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "ltg/norbert3-small--configuration_norbert.NorbertConfig",
|
8 |
+
"AutoModel": "ltg/norbert3-small--modeling_norbert.NorbertModel",
|
9 |
+
"AutoModelForMaskedLM": "ltg/norbert3-small--modeling_norbert.NorbertForMaskedLM",
|
10 |
+
"AutoModelForMultipleChoice": "ltg/norbert3-small--modeling_norbert.NorbertForMultipleChoice",
|
11 |
+
"AutoModelForQuestionAnswering": "ltg/norbert3-small--modeling_norbert.NorbertForQuestionAnswering",
|
12 |
+
"AutoModelForSequenceClassification": "ltg/norbert3-small--modeling_norbert.NorbertForSequenceClassification",
|
13 |
+
"AutoModelForTokenClassification": "ltg/norbert3-small--modeling_norbert.NorbertForTokenClassification"
|
14 |
+
},
|
15 |
+
"hidden_dropout_prob": 0.05,
|
16 |
+
"hidden_size": 384,
|
17 |
+
"id2label": {
|
18 |
+
"0": "LABEL_0",
|
19 |
+
"1": "LABEL_1",
|
20 |
+
"2": "LABEL_2",
|
21 |
+
"3": "LABEL_3",
|
22 |
+
"4": "LABEL_4",
|
23 |
+
"5": "LABEL_5",
|
24 |
+
"6": "LABEL_6",
|
25 |
+
"7": "LABEL_7",
|
26 |
+
"8": "LABEL_8"
|
27 |
+
},
|
28 |
+
"intermediate_size": 1024,
|
29 |
+
"label2id": {
|
30 |
+
"LABEL_0": 0,
|
31 |
+
"LABEL_1": 1,
|
32 |
+
"LABEL_2": 2,
|
33 |
+
"LABEL_3": 3,
|
34 |
+
"LABEL_4": 4,
|
35 |
+
"LABEL_5": 5,
|
36 |
+
"LABEL_6": 6,
|
37 |
+
"LABEL_7": 7,
|
38 |
+
"LABEL_8": 8
|
39 |
+
},
|
40 |
+
"layer_norm_eps": 1e-07,
|
41 |
+
"max_position_embeddings": 512,
|
42 |
+
"num_attention_heads": 6,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"position_bucket_size": 32,
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.38.2",
|
47 |
+
"vocab_size": 50000
|
48 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5a61a7f05d9b5762b39c277ab7723adc54f3ccdd2f6b4389ff3fc3ecfdb846f
|
3 |
+
size 194373956
|