nmaoezdemir
commited on
Commit
·
5229274
1
Parent(s):
c8263f5
Update README.md
Browse filesOnly small typo fixed ("Aplaca" -> "Alpaca")
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
|
11 |
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 7B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
12 |
|
13 |
-
`philschmid/llama-7b-instruction-generator` is an fine-tuned version of `llama 2 7B` to generate instruction on a given input. The model was fined tuned using the
|
14 |
|
15 |
|
16 |
```bash
|
|
|
10 |
|
11 |
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 7B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
12 |
|
13 |
+
`philschmid/llama-7b-instruction-generator` is an fine-tuned version of `llama 2 7B` to generate instruction on a given input. The model was fined tuned using the Alpaca format and a modified version of `dolly`. Below you can find an example.
|
14 |
|
15 |
|
16 |
```bash
|