p988744 commited on
Commit
1aae579
·
verified ·
1 Parent(s): ff9bd74

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +45 -0
  2. tf_model.h5 +3 -0
  3. tokenizer_config.json +5 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
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
+ "7": "B-ITEM",
19
+ "8": "I-ITEM"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "B-ITEM": 7,
25
+ "B-LOC": 0,
26
+ "B-ORG": 1,
27
+ "B-PER": 2,
28
+ "I-ITEM": 8,
29
+ "I-LOC": 3,
30
+ "I-ORG": 4,
31
+ "I-PER": 5,
32
+ "O": 6
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "transformers_version": "4.57.3",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 21128
45
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63049d8e24f35fc313e1706192180b9c6b44191f8be88627ba3a7398bf900e5d
3
+ size 407009260
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "model_max_length": 512,
4
+ "tokenizer_class": "BertTokenizer"
5
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff