Update README.md
Browse files
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.
|