voidful commited on
Commit
0ae0279
·
1 Parent(s): 0f7e0a1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -21
config.json CHANGED
@@ -48,27 +48,7 @@
48
  "pad_token_id": 0,
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
- "summarization": {
52
- "no_repeat_ngram_size": 3,
53
- "do_sample": true,
54
- "top_k": 100,
55
- "top_p": 0.95,
56
- "typical_p": 0.95,
57
- "temperature": 0.80,
58
- "pad_token_id": 0,
59
- "max_length": 256,
60
- },
61
- "summarization_cnn": {
62
- "no_repeat_ngram_size": 3,
63
- "do_sample": true,
64
- "top_k": 100,
65
- "top_p": 0.95,
66
- "typical_p": 0.95,
67
- "temperature": 0.80,
68
- "pad_token_id": 0,
69
- "max_length": 256,
70
- },
71
- "summarization_xsum": {
72
  "no_repeat_ngram_size": 3,
73
  "do_sample": true,
74
  "top_k": 100,
 
48
  "pad_token_id": 0,
49
  "scale_embedding": false,
50
  "task_specific_params": {
51
+ "explanation-generation": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  "no_repeat_ngram_size": 3,
53
  "do_sample": true,
54
  "top_k": 100,