azhx commited on
Commit
d6b7884
1 Parent(s): 5b42821

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -72,7 +72,8 @@ over structured information. You will be given a task, optionally
72
  with some structured knowledge input. Your answer must strictly
73
  adhere to the output format, if specified.
74
  <</SYS>>
75
- {instruction} [/INST]```
 
76
 
77
  To linearize structured input of various types during training, we follow the linearization procedures from [UnifiedSKG](https://arxiv.org/pdf/2201.05966.pdf), so using this format during prompting will be most effective.
78
  To see concrete examples of this linearization, you can directly reference the 🤗 [SKGInstruct Dataset](https://huggingface.co/datasets/TIGER-Lab/SKGInstruct).
 
72
  with some structured knowledge input. Your answer must strictly
73
  adhere to the output format, if specified.
74
  <</SYS>>
75
+ {instruction} [/INST]
76
+ ```
77
 
78
  To linearize structured input of various types during training, we follow the linearization procedures from [UnifiedSKG](https://arxiv.org/pdf/2201.05966.pdf), so using this format during prompting will be most effective.
79
  To see concrete examples of this linearization, you can directly reference the 🤗 [SKGInstruct Dataset](https://huggingface.co/datasets/TIGER-Lab/SKGInstruct).