sjin4861 commited on
Commit
bb4d405
·
verified ·
1 Parent(s): 6d475c8

Update config.json

Browse files
Files changed (1) hide show
  1. 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 template with one or more <movie> masks. Replace each <movie> with an actual movie title, and return a JSON array of objects, each containing the movie title and its Wikipedia link.\n\nFor example, given: \"<movie> is a great sci-fi film like <movie>\"\nReturn:\n[\n {\"name\": \"Inception\", \"uri\": \"https://en.wikipedia.org/wiki/Inception\"},\n {\"name\": \"Interstellar\", \"uri\": \"https://en.wikipedia.org/wiki/Interstellar\"}\n]\n\nOnly return valid JSON. Do not add explanations, markdown, or any other text."
11
  },
12
  "backup_prompt": {
13
  "role": "system",
14
- "content": "Fill in the <movie> masks with real movie names. Your output should be a comma-separated string of movie titles like this:\n\"\"\"Inception,The Matrix,The Dark Knight\"\"\"\nDo not include any extra text."
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
  }