hasan commited on
Commit
3eb1135
1 Parent(s): 8788ff1

Updated NER trained by Caludia Commit by Hasan

Browse files
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "eos_token_ids": 0,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "B-LOC",
14
+ "1": "B-ORG",
15
+ "2": "B-PER",
16
+ "3": "I-LOC",
17
+ "4": "I-ORG",
18
+ "5": "I-PER",
19
+ "6": "O"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "B-LOC": 0,
25
+ "B-ORG": 1,
26
+ "B-PER": 2,
27
+ "I-LOC": 3,
28
+ "I-ORG": 4,
29
+ "I-PER": 5,
30
+ "O": 6 },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_position_embeddings": 512,
33
+ "model_type": "bert",
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "type_vocab_size": 2,
39
+ "vocab_size": 50000
40
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c9fa320fc0bf1a2f5238c4155d41e3635a77ac370572529560e9102df4a22b
3
+ size 990973933
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7dd26a8fcdeb1965c928a44b36fc52c8363c61367063bddf11ba1ac3638b95
3
+ size 497871808
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702b76aff4c6e4476c8cc49068e96aff2aee8cf05ede79d6fb5f35993abea26e
3
+ size 559
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"special_tokens_map_file": null, "full_tokenizer_file": null, "do_lower_case": false}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:583d3314eca89bdf16269122e11e0abc57b01587819d5c69464d12ea2b8b80f7
3
+ size 1519
vocab.txt ADDED
The diff for this file is too large to render. See raw diff