DaizeDong commited on
Commit
05a3f8e
1 Parent(s): 3dba4f2

Upload 5 files

Browse files
Files changed (2) hide show
  1. bond_dict.pkl +1 -1
  2. tokenizer_config.json +2 -1
bond_dict.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9759cea7bd7794314175c2cc51f9a750114d2a057aead260977f7e2179faae2
3
  size 1580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b929b768259cd43d9162f6ebc86d7299509954f62b2f7b85920d6ac6b5562d1
3
  size 1580
tokenizer_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
 
2
  "clean_up_tokenization_spaces": true,
3
  "model_max_length": 1000000000000000019884624838656,
4
- "tokenizer_class": "GraphsGptTokenizer"
5
  }
 
1
  {
2
+ "added_tokens_decoder": {},
3
  "clean_up_tokenization_spaces": true,
4
  "model_max_length": 1000000000000000019884624838656,
5
+ "tokenizer_class": "GraphsGPTTokenizer"
6
  }