gouravchat commited on
Commit
8751323
1 Parent(s): 311799b

uploading test ner model

Browse files
autofill-capture-ner.model/config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"_name_or_path": "distilbert-base-uncased", "activation": "gelu", "architectures": ["DistilBertForTokenClassification"], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "initializer_range": 0.02, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 6, "pad_token_id": 0, "qa_dropout": 0.1, "seq_classif_dropout": 0.2, "sinusoidal_pos_embds": false, "tie_weights_": true, "torch_dtype": "float32", "transformers_version": "4.26.1", "vocab_size": 30522, "label2id": {"I-MISC": 2, "I-OR": 6, "O": 0, "B-PER": 3, "I-PER": 4, "B-ORG": 5, "I-ORG": 6, "B-LOC": 7, "I-LOC": 8, "B-MISC": 1}, "id2label": {"2": "I-MISC", "6": "I-ORG", "0": "O", "3": "B-PER", "4": "I-PER", "5": "B-ORG", "7": "B-LOC", "8": "I-LOC", "1": "B-MISC"}}
autofill-capture-ner.model/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:939bf6befe2e4044855a46eb085d4689003a54d8efb00d96344ab78b32b3b97c
3
+ size 265514021
autofill-capture-ner.model/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
autofill-capture-ner.model/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
autofill-capture-ner.model/tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
autofill-capture-ner.model/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c20907b6f3fc6074b6b47e3454c1f4648eef70026fd0a0f8c0a55a1d697dc2
3
+ size 3451
autofill-capture-ner.model/vocab.txt ADDED
The diff for this file is too large to render. See raw diff