millz commited on
Commit
23cf63c
1 Parent(s): 67bbbcc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -26,6 +26,12 @@
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "task_specific_params": {
 
 
 
 
 
 
29
  "summarization": {
30
  "early_stopping": true,
31
  "length_penalty": 2.0,
 
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "task_specific_params": {
29
+ "resume_generation": {
30
+ "early_stopping": true,
31
+ "max_length": 512,
32
+ "num_beams": 4,
33
+ "prefix": "generate resume JSON for the following job: "
34
+ },
35
  "summarization": {
36
  "early_stopping": true,
37
  "length_penalty": 2.0,