Add model
Browse files- config.json +52 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "B-geo",
|
15 |
+
"2": "B-gpe",
|
16 |
+
"3": "B-per",
|
17 |
+
"4": "I-geo",
|
18 |
+
"5": "B-org",
|
19 |
+
"6": "I-org",
|
20 |
+
"7": "B-tim",
|
21 |
+
"8": "I-per",
|
22 |
+
"9": "I-gpe",
|
23 |
+
"10": "I-tim"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"B-geo": 1,
|
29 |
+
"B-gpe": 2,
|
30 |
+
"B-org": 5,
|
31 |
+
"B-per": 3,
|
32 |
+
"B-tim": 7,
|
33 |
+
"I-geo": 4,
|
34 |
+
"I-gpe": 9,
|
35 |
+
"I-org": 6,
|
36 |
+
"I-per": 8,
|
37 |
+
"I-tim": 10,
|
38 |
+
"O": 0
|
39 |
+
},
|
40 |
+
"layer_norm_eps": 1e-12,
|
41 |
+
"max_position_embeddings": 512,
|
42 |
+
"model_type": "bert",
|
43 |
+
"num_attention_heads": 12,
|
44 |
+
"num_hidden_layers": 12,
|
45 |
+
"pad_token_id": 0,
|
46 |
+
"position_embedding_type": "absolute",
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.36.2",
|
49 |
+
"type_vocab_size": 2,
|
50 |
+
"use_cache": true,
|
51 |
+
"vocab_size": 30522
|
52 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e60a473cdc30eccfa03d2fce004d5a24cdf0bee57ee9898bc7f5c680b1d3d59e
|
3 |
+
size 435623772
|