GautamR
commited on
Commit
·
11bd142
1
Parent(s):
d54cfee
Updated model commit
Browse files- config.json +1 -1
- model.safetensors +3 -0
- tokenizer_config.json +5 -7
config.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"pad_token_id": 0,
|
37 |
"problem_type": "single_label_classification",
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"trigram_input": true,
|
41 |
"true_hidden_size": 128,
|
42 |
"type_vocab_size": 2,
|
|
|
36 |
"pad_token_id": 0,
|
37 |
"problem_type": "single_label_classification",
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.35.2",
|
40 |
"trigram_input": true,
|
41 |
"true_hidden_size": 128,
|
42 |
"type_vocab_size": 2,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30b3c690bc4de97cede70d4dd13f12c3675a2918cceb8a12f2fdc5715f324a7a
|
3 |
+
size 98474224
|
tokenizer_config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
-
"special":
|
10 |
},
|
11 |
"100": {
|
12 |
"content": "[UNK]",
|
@@ -14,7 +14,7 @@
|
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
-
"special":
|
18 |
},
|
19 |
"101": {
|
20 |
"content": "[CLS]",
|
@@ -22,7 +22,7 @@
|
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
-
"special":
|
26 |
},
|
27 |
"102": {
|
28 |
"content": "[SEP]",
|
@@ -30,7 +30,7 @@
|
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
-
"special":
|
34 |
},
|
35 |
"103": {
|
36 |
"content": "[MASK]",
|
@@ -38,10 +38,9 @@
|
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
-
"special":
|
42 |
}
|
43 |
},
|
44 |
-
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
"do_basic_tokenize": true,
|
@@ -54,6 +53,5 @@
|
|
54 |
"strip_accents": null,
|
55 |
"tokenize_chinese_chars": true,
|
56 |
"tokenizer_class": "MobileBertTokenizer",
|
57 |
-
"tokenizer_file": "/root/.cache/huggingface/hub/models--google--mobilebert-uncased/snapshots/1f90a6c24c7879273a291d34a849033eba2dbc0f/tokenizer.json",
|
58 |
"unk_token": "[UNK]"
|
59 |
}
|
|
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
+
"special": true
|
10 |
},
|
11 |
"100": {
|
12 |
"content": "[UNK]",
|
|
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
+
"special": true
|
18 |
},
|
19 |
"101": {
|
20 |
"content": "[CLS]",
|
|
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
+
"special": true
|
26 |
},
|
27 |
"102": {
|
28 |
"content": "[SEP]",
|
|
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
+
"special": true
|
34 |
},
|
35 |
"103": {
|
36 |
"content": "[MASK]",
|
|
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
+
"special": true
|
42 |
}
|
43 |
},
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_basic_tokenize": true,
|
|
|
53 |
"strip_accents": null,
|
54 |
"tokenize_chinese_chars": true,
|
55 |
"tokenizer_class": "MobileBertTokenizer",
|
|
|
56 |
"unk_token": "[UNK]"
|
57 |
}
|