pourmand1376
commited on
Commit
•
d481cde
1
Parent(s):
6f3e58d
add model
Browse files- config.json +49 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "HooshvareLab/bert-fa-zwnj-base",
|
3 |
+
"_num_labels": 9,
|
4 |
+
"architectures": [
|
5 |
+
"BertForTokenClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "I-DAT",
|
15 |
+
"1": "I-EVE",
|
16 |
+
"2": "I-LOC",
|
17 |
+
"3": "I-NAT",
|
18 |
+
"4": "I-ORG",
|
19 |
+
"5": "I-PER",
|
20 |
+
"6": "I-TIM",
|
21 |
+
"7": "I-mainLOC",
|
22 |
+
"8": "o"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"I-DAT": 0,
|
28 |
+
"I-EVE": 1,
|
29 |
+
"I-LOC": 2,
|
30 |
+
"I-NAT": 3,
|
31 |
+
"I-ORG": 4,
|
32 |
+
"I-PER": 5,
|
33 |
+
"I-TIM": 6,
|
34 |
+
"I-mainLOC": 7,
|
35 |
+
"o": 8
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-12,
|
38 |
+
"max_position_embeddings": 512,
|
39 |
+
"model_type": "bert",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"pad_token_id": 0,
|
43 |
+
"position_embedding_type": "absolute",
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.21.0",
|
46 |
+
"type_vocab_size": 2,
|
47 |
+
"use_cache": true,
|
48 |
+
"vocab_size": 42000
|
49 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ed171936b80f1be8dcb7d2620e63001d43d0d32d67fcb89948f08a5dedd8ed6
|
3 |
+
size 470925105
|