TheTravellingEngineer commited on
Commit
405c54e
1 Parent(s): 663c722

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
1
  ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
1
+ The base model is meta's Llama-2-7b-chat-hf. It was finetuned using SFT and the openassistant/oasst1 dataset and the model prompt is similar to the original Guanaco model.
2
+ This repo contains the merged fp16 model.
3
+
4
+ **Legal Disclaimer: This model is bound by the usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.**
5
  ---
6
+ - license:
7
+ - llama2 <br>
8
+ - datasets:
9
+ - openassistant/oasst1 <br>
10
+ - language:
11
+ - en <br>
12
+ - reference: https://gist.github.com/younesbelkada/9f7f75c94bdc1981c8ca5cc937d4a4da
13
+ ---