jamiewjm commited on
Commit
f96c0e1
·
1 Parent(s): 1c43ca6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -42,7 +42,9 @@
42
  "repetition_penalty": 1.3,
43
  "top_k": 8,
44
  "top_p": 0.7,
45
- "temperature": 0.7
 
 
46
  }
47
  },
48
  "tokenizer_class": "BertTokenizerFast",
 
42
  "repetition_penalty": 1.3,
43
  "top_k": 8,
44
  "top_p": 0.7,
45
+ "temperature": 0.7,
46
+ "pad_token_id":0,
47
+ "eos_token_id":0
48
  }
49
  },
50
  "tokenizer_class": "BertTokenizerFast",