Upload config.json
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"WEIGHT_DIMENSIONS": {},
|
| 3 |
+
"_attn_implementation_autoset": true,
|
| 4 |
+
"answer_mask": "<movie>",
|
| 5 |
+
"answer_type": "movie",
|
| 6 |
+
"max_gen_len": 0,
|
| 7 |
+
"model_name": "gpt-4o",
|
| 8 |
+
"prompt": {
|
| 9 |
+
"content": " You are generating templates for a program to fill. In the template, each movie is replaced with a <movie> mask. For example, when you intend to say: \"Inception is a good movie\". You should instead say \"<movie> is a good movie\". Your response may or may not refer to a movie depending on the context.",
|
| 10 |
+
"role": "system"
|
| 11 |
+
},
|
| 12 |
+
"transformers_version": "4.49.0"
|
| 13 |
+
}
|