TheTravellingEngineer commited on
Commit
ecef613
1 Parent(s): 8f68156

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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 DPO and the comparison_gpt4 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
+ - comparison_gpt4 <br>
10
+ - language:
11
+ - en <br>
12
+ - reference: https://github.com/hiyouga/LLaMA-Efficient-Tuning/tree/main
13
  ---