Mikael110 commited on
Commit
571146c
1 Parent(s): dfa360d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  This is a Llama-2 version of [Guanaco](https://huggingface.co/timdettmers/guanaco-7b). It was finetuned using the official training scripts found in the [QLoRA repo](https://github.com/artidoro/qlora). I wanted it to be as faithfull as possible and therefore changed nothing in the training script beyond the model it was pointing to. The model prompt is therefore also the same as the original Guanaco model.
2
 
3
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-classification
5
+ tags:
6
+ - llama-2
7
+ ---
8
  This is a Llama-2 version of [Guanaco](https://huggingface.co/timdettmers/guanaco-7b). It was finetuned using the official training scripts found in the [QLoRA repo](https://github.com/artidoro/qlora). I wanted it to be as faithfull as possible and therefore changed nothing in the training script beyond the model it was pointing to. The model prompt is therefore also the same as the original Guanaco model.
9
 
10