TusharGoel commited on
Commit
af9ace2
1 Parent(s): 623d851

Upload 7 files

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 +43 -1
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
@@ -126,7 +126,7 @@
126
  "rel_pos_bins": 32,
127
  "shape_size": 128,
128
  "torch_dtype": "float32",
129
- "transformers_version": "4.33.3",
130
  "type_vocab_size": 2,
131
  "vocab_size": 30522
132
  }
 
126
  "rel_pos_bins": 32,
127
  "shape_size": 128,
128
  "torch_dtype": "float32",
129
+ "transformers_version": "4.34.0",
130
  "type_vocab_size": 2,
131
  "vocab_size": 30522
132
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81071a98f459ad9441c803f2260d1dd18c2ded4a1c58772cb7399244338adabe
3
  size 802214001
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1720f058ab4cb777adba15e6d698e7a3212293bbe6cef67531f640e187121f4
3
  size 802214001
tokenizer_config.json CHANGED
@@ -1,5 +1,47 @@
1
  {
2
- "additional_special_tokens": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "clean_up_tokenization_spaces": true,
4
  "cls_token": "[CLS]",
5
  "cls_token_box": [
 
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
+ "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "cls_token_box": [