TheTravellingEngineer commited on
Commit
3bdf53f
1 Parent(s): 13531cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
1
  ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
1
+ The base model is meta's Llama-2-7b-chat-hf. It was finetuned using SFT and the Guanaco 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
  ---
7
+ - license:
8
+ - llama2 <br>
9
+ - datasets:
10
+ - timdettmers/openassistant-guanaco <br>
11
+ - language:
12
+ - en <br>
13
+ - reference: https://gist.github.com/younesbelkada/9f7f75c94bdc1981c8ca5cc937d4a4da
14
+ ---