disham993 commited on
Commit
f42fd99
·
verified ·
1 Parent(s): e65aced

Upload model files

Browse files
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_name_or_path": "distilbert/distilbert-base-uncased", "activation": "gelu", "architectures": ["DistilBertForTokenClassification"], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": {"0": "O", "1": "B-COMPONENT", "2": "I-COMPONENT", "3": "B-DESIGN_PARAM", "4": "I-DESIGN_PARAM", "5": "B-MATERIAL", "6": "I-MATERIAL", "7": "B-EQUIPMENT", "8": "I-EQUIPMENT", "9": "B-TECHNOLOGY", "10": "I-TECHNOLOGY", "11": "B-SOFTWARE", "12": "I-SOFTWARE", "13": "B-STANDARD", "14": "I-STANDARD", "15": "B-VENDOR", "16": "I-VENDOR", "17": "B-PRODUCT", "18": "I-PRODUCT"}, "initializer_range": 0.02, "label2id": {"O": "0", "B-COMPONENT": "1", "I-COMPONENT": "2", "B-DESIGN_PARAM": "3", "I-DESIGN_PARAM": "4", "B-MATERIAL": "5", "I-MATERIAL": "6", "B-EQUIPMENT": "7", "I-EQUIPMENT": "8", "B-TECHNOLOGY": "9", "I-TECHNOLOGY": "10", "B-SOFTWARE": "11", "I-SOFTWARE": "12", "B-STANDARD": "13", "I-STANDARD": "14", "B-VENDOR": "15", "I-VENDOR": "16", "B-PRODUCT": "17", "I-PRODUCT": "18"}, "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.48.0.dev0", "vocab_size": 30522}
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c45cd152ab66a34bf7b15ad7777124747e943525d3e8953cf08fbf95cf08fb
3
+ size 265522308
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff