Wonder-Griffin commited on
Commit
ef04d98
1 Parent(s): 5303702

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -7
config.json CHANGED
@@ -49,13 +49,14 @@
49
  "LABEL_0": 0,
50
  "LABEL_1": 1
51
  },
52
- "tokenizer_class": "BertTokenizerFast",
53
- "prefix": null,
54
- "bos_token_id": null,
55
- "pad_token_id": null,
56
- "eos_token_id": null,
57
- "sep_token_id": null,
58
- "decoder_start_token_id": null,
 
59
  "task_specific_params": null,
60
  "problem_type": null,
61
  "_name_or_path": "Wonder-Griffin/Zeus",
 
49
  "LABEL_0": 0,
50
  "LABEL_1": 1
51
  },
52
+ {
53
+ "tokenizer_class": "GPT2TokenizerFast",
54
+ "prefix": "",
55
+ "bos_token_id": 50256,
56
+ "pad_token_id": 50257,
57
+ "eos_token_id": 50256,
58
+ "sep_token_id": 50259,
59
+ "decoder_start_token_id": 50259,
60
  "task_specific_params": null,
61
  "problem_type": null,
62
  "_name_or_path": "Wonder-Griffin/Zeus",