PardisSzah commited on
Commit
a18c059
1 Parent(s): e920765

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +71 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/MyDrive/NER",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "B-date",
13
+ "1": "B-event",
14
+ "2": "B-facility",
15
+ "3": "B-location",
16
+ "4": "B-money",
17
+ "5": "B-organization",
18
+ "6": "B-percent",
19
+ "7": "B-person",
20
+ "8": "B-product",
21
+ "9": "B-time",
22
+ "10": "I-date",
23
+ "11": "I-event",
24
+ "12": "I-facility",
25
+ "13": "I-location",
26
+ "14": "I-money",
27
+ "15": "I-organization",
28
+ "16": "I-percent",
29
+ "17": "I-person",
30
+ "18": "I-product",
31
+ "19": "I-time",
32
+ "20": "O"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "B-date": 0,
38
+ "B-event": 1,
39
+ "B-facility": 2,
40
+ "B-location": 3,
41
+ "B-money": 4,
42
+ "B-organization": 5,
43
+ "B-percent": 6,
44
+ "B-person": 7,
45
+ "B-product": 8,
46
+ "B-time": 9,
47
+ "I-date": 10,
48
+ "I-event": 11,
49
+ "I-facility": 12,
50
+ "I-location": 13,
51
+ "I-money": 14,
52
+ "I-organization": 15,
53
+ "I-percent": 16,
54
+ "I-person": 17,
55
+ "I-product": 18,
56
+ "I-time": 19,
57
+ "O": 20
58
+ },
59
+ "layer_norm_eps": 1e-12,
60
+ "max_position_embeddings": 512,
61
+ "model_type": "bert",
62
+ "num_attention_heads": 12,
63
+ "num_hidden_layers": 12,
64
+ "pad_token_id": 0,
65
+ "position_embedding_type": "absolute",
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.35.2",
68
+ "type_vocab_size": 2,
69
+ "use_cache": true,
70
+ "vocab_size": 100000
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce5aa626ed21eee8ae7ad7f1989935285fad5d905c2233c64e0f16efb78c56ac
3
+ size 649090964