dortucx commited on
Commit
8475dfc
·
verified ·
1 Parent(s): 75a22a9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -2,6 +2,9 @@
2
  "auto_map": {
3
  "AutoModel": ["this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol", null]
4
  },
 
 
 
5
  "add_bos_token": false,
6
  "add_eos_token": false,
7
  "model_max_length": 4096,
 
2
  "auto_map": {
3
  "AutoModel": ["this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol", null]
4
  },
5
+ "model_type": "albert",
6
+ "validation_dataset_reader": "this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol",
7
+ "dataset_reader":[1,2,3]
8
  "add_bos_token": false,
9
  "add_eos_token": false,
10
  "model_max_length": 4096,