STNM-NLPhoenix commited on
Commit
25311dc
·
verified ·
1 Parent(s): 7c8e156

Delete NER_Modeli

Browse files
NER_Modeli/config.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "_num_labels": 7,
3
- "architectures": [
4
- "BertForTokenClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "B-LOC",
12
- "1": "B-ORG",
13
- "2": "B-PER",
14
- "3": "I-LOC",
15
- "4": "I-ORG",
16
- "5": "I-PER",
17
- "6": "O"
18
- },
19
- "initializer_range": 0.02,
20
- "intermediate_size": 3072,
21
- "label2id": {
22
- "B-LOC": 0,
23
- "B-ORG": 1,
24
- "B-PER": 2,
25
- "I-LOC": 3,
26
- "I-ORG": 4,
27
- "I-PER": 5,
28
- "O": 6
29
- },
30
- "layer_norm_eps": 1e-12,
31
- "max_position_embeddings": 512,
32
- "model_type": "bert",
33
- "num_attention_heads": 12,
34
- "num_hidden_layers": 12,
35
- "pad_token_id": 0,
36
- "type_vocab_size": 2,
37
- "vocab_size": 32000
38
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
NER_Modeli/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bf4535c706480857b81c5c9b570a933724688d3ec87aeb26ff457defc59b8c7
3
- size 442535968
 
 
 
 
NER_Modeli/special_tokens_map.json DELETED
@@ -1 +0,0 @@
1
- {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
 
 
NER_Modeli/tokenizer_config.json DELETED
@@ -1 +0,0 @@
1
- {"do_lower_case": false, "max_len": 512}
 
 
NER_Modeli/vocab.txt DELETED
The diff for this file is too large to render. See raw diff