wenhu commited on
Commit
57c55b3
1 Parent(s): 9f22a80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -66,10 +66,7 @@ Check our Github repo for the evaluation code: [https://github.com/TIGER-AI-Lab/
66
  **For this 7B model, the prompt format (different from 13B, 34B) is**
67
  ```
68
  [INST] <<SYS>>
69
- You are an AI assistant that specializes in analyzing and reasoning
70
- over structured information. You will be given a task, optionally
71
- with some structured knowledge input. Your answer must strictly
72
- adhere to the output format, if specified.
73
  <</SYS>>
74
  {instruction} [/INST]
75
  ```
 
66
  **For this 7B model, the prompt format (different from 13B, 34B) is**
67
  ```
68
  [INST] <<SYS>>
69
+ You are an AI assistant that specializes in analyzing and reasoning over structured information. You will be given a task, optionally with some structured knowledge input. Your answer must strictly adhere to the output format, if specified.
 
 
 
70
  <</SYS>>
71
  {instruction} [/INST]
72
  ```