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