danliu1226 commited on
Commit
9d24b29
·
verified ·
1 Parent(s): 3431939

Upload tokenizer

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. tokenizer_config.json +2 -1
README.md CHANGED
@@ -1,3 +1,6 @@
1
  ---
 
 
 
2
 
3
  This model checkpoint is based on the benchmarking human PPIs from https://d-script.readthedocs.io/en/stable/data.html
 
1
  ---
2
+ {}
3
+ ---
4
+ ---
5
 
6
  This model checkpoint is based on the benchmarking human PPIs from https://d-script.readthedocs.io/en/stable/data.html
tokenizer_config.json CHANGED
@@ -41,9 +41,10 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "<cls>",
46
  "eos_token": "<eos>",
 
47
  "mask_token": "<mask>",
48
  "model_max_length": 1000000000000000019884624838656,
49
  "pad_token": "<pad>",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "<cls>",
46
  "eos_token": "<eos>",
47
+ "extra_special_tokens": {},
48
  "mask_token": "<mask>",
49
  "model_max_length": 1000000000000000019884624838656,
50
  "pad_token": "<pad>",