DeepaPeri commited on
Commit
1e6381a
1 Parent(s): f07215a

Upload 6 files

Browse files
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 9,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.2,
7
+ "bad_words_ids": null,
8
+ "bos_token_id": null,
9
+ "decoder_start_token_id": null,
10
+ "directionality": "bidi",
11
+ "do_sample": false,
12
+ "early_stopping": false,
13
+ "eos_token_id": null,
14
+ "finetuning_task": null,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.3,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "B-loc",
20
+ "1": "B-misc",
21
+ "2": "B-org",
22
+ "3": "B-per",
23
+ "4": "I-loc",
24
+ "5": "I-misc",
25
+ "6": "I-org",
26
+ "7": "I-per",
27
+ "8": "O"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "is_decoder": false,
32
+ "is_encoder_decoder": false,
33
+ "label2id": {
34
+ "B-loc": 0,
35
+ "B-misc": 1,
36
+ "B-org": 2,
37
+ "B-per": 3,
38
+ "I-loc": 4,
39
+ "I-misc": 5,
40
+ "I-org": 6,
41
+ "I-per": 7,
42
+ "O": 8
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "length_penalty": 1.0,
46
+ "max_length": 20,
47
+ "max_position_embeddings": 512,
48
+ "min_length": 0,
49
+ "model_type": "bert",
50
+ "no_repeat_ngram_size": 0,
51
+ "num_attention_heads": 12,
52
+ "num_beams": 1,
53
+ "num_hidden_layers": 12,
54
+ "num_return_sequences": 1,
55
+ "output_attentions": false,
56
+ "output_hidden_states": false,
57
+ "output_past": true,
58
+ "pad_token_id": 0,
59
+ "pooler_fc_size": 768,
60
+ "pooler_num_attention_heads": 12,
61
+ "pooler_num_fc_layers": 3,
62
+ "pooler_size_per_head": 128,
63
+ "pooler_type": "first_token_transform",
64
+ "prefix": null,
65
+ "pruned_heads": {},
66
+ "repetition_penalty": 1.0,
67
+ "task_specific_params": null,
68
+ "temperature": 1.0,
69
+ "top_k": 50,
70
+ "top_p": 1.0,
71
+ "torchscript": false,
72
+ "type_vocab_size": 2,
73
+ "use_bfloat16": false,
74
+ "vocab_size": 119547
75
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70b7c50380d1947ea5d07c4f33adeb60e3991cc23f1db2b8b38cb3e877ca2e60
3
+ size 709086220
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331bc7c43596933f86ccccccbb69e4d0befcf59c5c7269220e22ff4a51e12242
3
+ size 711464988
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e4d13c2f858a569580ecfcc341a0404e2357218f90dcbf2ee86d093fea3c40f
3
+ size 711489320
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
+ {"do_lower_case": false, "max_len": 512}