Upload config.json
Browse files- config.json +17 -0
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"WEIGHT_DIMENSIONS": {},
|
| 3 |
+
"_attn_implementation_autoset": true,
|
| 4 |
+
"answer_mask": "<movie>",
|
| 5 |
+
"answer_type": "movie",
|
| 6 |
+
"backup_prompt": {
|
| 7 |
+
"content": " Your previous response is a a template with some <movie> mask. Now please fill in with actual names of movie. Your answer should be formatted as a string separated by comma. For example if there are three <movie> in the template, and you want to fill them with \"Inception\", \"The Matrix\", and \"The Dark Knight\", then your answer should be formatted as: \"\"\"Inception,The Matrix,The Dark Knight\"\"\" Do not include anything except the formatted string.",
|
| 8 |
+
"role": "system"
|
| 9 |
+
},
|
| 10 |
+
"max_gen_len": 0,
|
| 11 |
+
"model_name": "gpt-4o",
|
| 12 |
+
"prompt": {
|
| 13 |
+
"content": " Your previous response is a a template with some <movie> mask. Now please fill in with actual names of movie. Your answer should be formatted as a json object with a link to the movies wiki page so that it could be directly parsed. For example if there are two <movie> in the template, and you want to fill them with \"Inception\" and \"The Matrix\", then your answer should be formatted as follows: [{\"name\": \"Inception\", \"uri\": \"https://en.wikipedia.org/wiki/Inception\"}, {\"name\": \"The Matrix\", \"uri\": \"https://en.wikipedia.org/wiki/The_Matrix\"}] The returned object should has the same number of movie as in your previous response. Do not include anything outside the json object.",
|
| 14 |
+
"role": "system"
|
| 15 |
+
},
|
| 16 |
+
"transformers_version": "4.49.0"
|
| 17 |
+
}
|