GautamR commited on
Commit
d54cfee
1 Parent(s): 0b06148

Updated model commit

Browse files
Files changed (4) hide show
  1. added_tokens.json +7 -0
  2. config.json +1 -1
  3. pytorch_model.bin +1 -1
  4. tokenizer_config.json +44 -0
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 101,
3
+ "[MASK]": 103,
4
+ "[PAD]": 0,
5
+ "[SEP]": 102,
6
+ "[UNK]": 100
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.33.2",
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.34.0",
40
  "trigram_input": true,
41
  "true_hidden_size": 128,
42
  "type_vocab_size": 2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a42a2d398e60ba58474cdde74df50778bad0c50b167f8cf298d3c8fe1a655788
3
  size 98725026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2a1e31b87e2ed12e08270f57e29b6418db72950f4d1cb93a39ba1ba4cfe808
3
  size 98725026
tokenizer_config.json CHANGED
@@ -1,4 +1,47 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
@@ -11,5 +54,6 @@
11
  "strip_accents": null,
12
  "tokenize_chinese_chars": true,
13
  "tokenizer_class": "MobileBertTokenizer",
 
14
  "unk_token": "[UNK]"
15
  }
 
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": false
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": false
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_basic_tokenize": true,
 
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
  }