Update README.md
Browse files
README.md
CHANGED
@@ -282,5 +282,15 @@ This ran on 8x nvidia 80gb a100's for about 40 hours.
|
|
282 |
![eval/loss](IMG_0130.jpeg)
|
283 |
|
284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
### License
|
286 |
The model is licensed under the LLaMA model, and the dataset is licensed under the terms of OpenAI because it uses ChatGPT. Everything else is free.
|
|
|
282 |
![eval/loss](IMG_0130.jpeg)
|
283 |
|
284 |
|
285 |
+
### Prompt format
|
286 |
+
|
287 |
+
The prompt should be 1:1 compatible with the FastChat/vicuna format, e.g.:
|
288 |
+
```
|
289 |
+
USER: [prompt]
|
290 |
+
<\s>
|
291 |
+
|
292 |
+
ASSISTANT:
|
293 |
+
```
|
294 |
+
|
295 |
### License
|
296 |
The model is licensed under the LLaMA model, and the dataset is licensed under the terms of OpenAI because it uses ChatGPT. Everything else is free.
|