Zagusan commited on
Commit
1aa7b8e
1 Parent(s): e6cbd17

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Zagusan/Wikibot-3001",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -29,7 +29,7 @@
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
- "max_length": 50
33
  }
34
  },
35
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "sgugger/gpt2-like-tokenizer",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
+ "max_length": 256
33
  }
34
  },
35
  "torch_dtype": "float32",