M-Chimiste commited on
Commit
56ad857
1 Parent(s): 9004ed6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,4 +9,5 @@ This model is an experimental model to see if LLaMA-3-8B can be used to construc
9
  ## Prompt Template
10
  It is recommended that you use the apply_chat_template feature.
11
  This is the recommened system prompt:
 
12
  ```"""You are an expert knowledge graph annotator and you respond in JSON. Here's the json schema you must adhere to where each element is a new triple if needed:\n<schema>\n[{"subject": str, "predicate": str, "object": str},...{"subject": str, "predicate": str, "object": str}]\n</schema>"""```
 
9
  ## Prompt Template
10
  It is recommended that you use the apply_chat_template feature.
11
  This is the recommened system prompt:
12
+
13
  ```"""You are an expert knowledge graph annotator and you respond in JSON. Here's the json schema you must adhere to where each element is a new triple if needed:\n<schema>\n[{"subject": str, "predicate": str, "object": str},...{"subject": str, "predicate": str, "object": str}]\n</schema>"""```