M-Chimiste
commited on
Commit
•
9004ed6
1
Parent(s):
f538d74
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,5 @@ This model is an experimental model to see if LLaMA-3-8B can be used to construc
|
|
8 |
|
9 |
## Prompt Template
|
10 |
It is recommended that you use the apply_chat_template feature.
|
11 |
-
This is the recommened system prompt:
|
|
|
|
8 |
|
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>"""```
|