attn_temperature_tuning should be bool
Browse fileshttps://huggingface.slack.com/archives/C01N44FJDHT/p1773741769897869?thread_ts=1773669282.282689&cid=C01N44FJDHT
- config.json +1 -1
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"attention_chunk_size": 8192,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"attn_scale": 0.1,
|
| 9 |
-
"attn_temperature_tuning":
|
| 10 |
"bos_token_id": 1,
|
| 11 |
"eos_token_id": 2,
|
| 12 |
"floor_scale": 8192,
|
|
|
|
| 6 |
"attention_chunk_size": 8192,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"attn_scale": 0.1,
|
| 9 |
+
"attn_temperature_tuning": true,
|
| 10 |
"bos_token_id": 1,
|
| 11 |
"eos_token_id": 2,
|
| 12 |
"floor_scale": 8192,
|