Token Classification
Transformers
Safetensors
English
bert
ner
THemidli commited on
Commit
0b2d9d0
·
verified ·
1 Parent(s): 3139c5c

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": 0.1,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 128,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "B-PERSON",
17
+ "2": "I-PERSON",
18
+ "3": "B-ORGANIZATION",
19
+ "4": "I-ORGANIZATION",
20
+ "5": "B-LOCATION",
21
+ "6": "I-LOCATION",
22
+ "7": "B-TIMEDATE",
23
+ "8": "I-TIMEDATE",
24
+ "9": "B-PRODUCT",
25
+ "10": "I-PRODUCT",
26
+ "11": "B-WORKOFART",
27
+ "12": "I-WORKOFART",
28
+ "13": "B-JOB",
29
+ "14": "I-JOB",
30
+ "15": "B-AMOUNT",
31
+ "16": "I-AMOUNT"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 512,
35
+ "is_decoder": false,
36
+ "label2id": {
37
+ "B-AMOUNT": 15,
38
+ "B-JOB": 13,
39
+ "B-LOCATION": 5,
40
+ "B-ORGANIZATION": 3,
41
+ "B-PERSON": 1,
42
+ "B-PRODUCT": 9,
43
+ "B-TIMEDATE": 7,
44
+ "B-WORKOFART": 11,
45
+ "I-AMOUNT": 16,
46
+ "I-JOB": 14,
47
+ "I-LOCATION": 6,
48
+ "I-ORGANIZATION": 4,
49
+ "I-PERSON": 2,
50
+ "I-PRODUCT": 10,
51
+ "I-TIMEDATE": 8,
52
+ "I-WORKOFART": 12,
53
+ "O": 0
54
+ },
55
+ "layer_norm_eps": 1e-12,
56
+ "max_position_embeddings": 512,
57
+ "model_type": "bert",
58
+ "num_attention_heads": 2,
59
+ "num_hidden_layers": 2,
60
+ "pad_token_id": 0,
61
+ "tie_word_embeddings": true,
62
+ "transformers_version": "5.14.1",
63
+ "type_vocab_size": 2,
64
+ "use_cache": false,
65
+ "vocab_size": 30522
66
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4038857321b9cefc8fc4ab57fb068d2ac8aa44e9c73856c302715030d986624
3
+ size 17490820
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "local_files_only": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b683ab8b2f670ee20158cd83b55236b98642e7e6747cf217a7ded8f045ffa92f
3
+ size 5265