Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -7,11 +7,11 @@
|
|
| 7 |
"model_name": "meta-llama/Llama-3.2-1B-Instruct",
|
| 8 |
"prompt": {
|
| 9 |
"role": "system",
|
| 10 |
-
"content": "You are given a sentence
|
| 11 |
},
|
| 12 |
"backup_prompt": {
|
| 13 |
"role": "system",
|
| 14 |
-
"content": "
|
| 15 |
},
|
| 16 |
"transformers_version": "4.49.0"
|
| 17 |
}
|
|
|
|
| 7 |
"model_name": "meta-llama/Llama-3.2-1B-Instruct",
|
| 8 |
"prompt": {
|
| 9 |
"role": "system",
|
| 10 |
+
"content": "You are given a sentence that contains one or more <movie> masks. Replace each <movie> with a real movie title that naturally fits the sentence. Do not include any explanation or formatting — just return the full sentence with the <movie> tokens replaced."
|
| 11 |
},
|
| 12 |
"backup_prompt": {
|
| 13 |
"role": "system",
|
| 14 |
+
"content": "Replace the <movie> mask with a suitable movie title. Respond with the completed sentence only, without any extra text or formatting."
|
| 15 |
},
|
| 16 |
"transformers_version": "4.49.0"
|
| 17 |
}
|