PoseyATX commited on
Commit
2ba923b
1 Parent(s): c2933ea

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -37,7 +37,7 @@
37
  "LABEL_1": 1,
38
  "LABEL_2": 2
39
  },
40
- "length_penalty": 0.2,
41
  "max_length": 1024,
42
  "max_position_embeddings": 1024,
43
  "min_length": 32,
@@ -51,6 +51,6 @@
51
  "static_position_embeddings": true,
52
  "torch_dtype": "float32",
53
  "transformers_version": "4.25.1",
54
- "use_cache": true,
55
  "vocab_size": 96103
56
  }
 
37
  "LABEL_1": 1,
38
  "LABEL_2": 2
39
  },
40
+ "length_penalty": 0.6,
41
  "max_length": 1024,
42
  "max_position_embeddings": 1024,
43
  "min_length": 32,
 
51
  "static_position_embeddings": true,
52
  "torch_dtype": "float32",
53
  "transformers_version": "4.25.1",
54
+ "use_cache": false,
55
  "vocab_size": 96103
56
  }