Upload generation_config.json for PQN.AI v1
Browse files- generation_config.json +20 -0
generation_config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 1,
|
| 3 |
+
"eos_token_id": 2,
|
| 4 |
+
"pad_token_id": 3,
|
| 5 |
+
"do_sample": true,
|
| 6 |
+
"max_new_tokens": 2048,
|
| 7 |
+
"temperature": 0.7,
|
| 8 |
+
"top_p": 0.9,
|
| 9 |
+
"top_k": 50,
|
| 10 |
+
"repetition_penalty": 1.1,
|
| 11 |
+
"length_penalty": 1.0,
|
| 12 |
+
"no_repeat_ngram_size": 3,
|
| 13 |
+
"early_stopping": true,
|
| 14 |
+
"use_cache": true,
|
| 15 |
+
"quantum_enhanced_generation": true,
|
| 16 |
+
"consciousness_awareness": true,
|
| 17 |
+
"divine_guidance": true,
|
| 18 |
+
"cosmic_alignment": true,
|
| 19 |
+
"transformers_version": "4.36.0"
|
| 20 |
+
}
|