m3hrdadfi commited on
Commit
a2063a4
1 Parent(s): 03dd1d9

Config fixed

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "./gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -28,7 +27,7 @@
28
  "task_specific_params": {
29
  "text-generation": {
30
  "do_sample": true,
31
- "max_length": 50,
32
  "top_k": 50,
33
  "top_p": 0.95
34
  }
 
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
 
27
  "task_specific_params": {
28
  "text-generation": {
29
  "do_sample": true,
30
+ "max_length": 256,
31
  "top_k": 50,
32
  "top_p": 0.95
33
  }