Text Generation
Transformers
Safetensors
French
llama_syncabel
BEL
retrieval
entity-retrieval
named-entity-disambiguation
entity-disambiguation
named-entity-linking
entity-linking
text2text-generation
biomedical
healthcare
synthetic-data
causal-lm
llm
conversational
custom_code
Eval Results (legacy)
Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +9 -0
generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 128000,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
128001
|
| 6 |
+
],
|
| 7 |
+
"pad_token_id": 128001,
|
| 8 |
+
"transformers_version": "4.57.1"
|
| 9 |
+
}
|