yeen214 commited on
Commit
d71cb80
1 Parent(s): 4cfb424

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -4,8 +4,15 @@ datasets:
4
  - garage-bAInd/Open-Platypus
5
  language:
6
  - en
 
 
7
  ---
8
 
9
  finetuning model(instruction tuning) with garage-bAInd/Open-Platypus
10
 
11
  * base model : https://huggingface.co/meta-llama/Llama-2-7b
 
 
 
 
 
 
4
  - garage-bAInd/Open-Platypus
5
  language:
6
  - en
7
+ metrics:
8
+ - accuracy
9
  ---
10
 
11
  finetuning model(instruction tuning) with garage-bAInd/Open-Platypus
12
 
13
  * base model : https://huggingface.co/meta-llama/Llama-2-7b
14
+
15
+ About llama2
16
+
17
+ Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters.
18
+ This is the repository for the 7B finetuned model with Open-Platypus dataset.