Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,14 @@ license: cc-by-nc-4.0
|
|
15 |
* **Hardware**: We utilized an A100x8 * 1 for training our model
|
16 |
* **Training Factors**: We fine-tuned this model using a combination of the [DeepSpeed library](https://github.com/microsoft/DeepSpeed) and the [HuggingFace Trainer](https://huggingface.co/docs/transformers/main_classes/trainer) / [HuggingFace Accelerate](https://huggingface.co/docs/accelerate/index)
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
# **Llama 2**
|
20 |
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.
|
|
|
15 |
* **Hardware**: We utilized an A100x8 * 1 for training our model
|
16 |
* **Training Factors**: We fine-tuned this model using a combination of the [DeepSpeed library](https://github.com/microsoft/DeepSpeed) and the [HuggingFace Trainer](https://huggingface.co/docs/transformers/main_classes/trainer) / [HuggingFace Accelerate](https://huggingface.co/docs/accelerate/index)
|
17 |
|
18 |
+
## Prompt Template
|
19 |
+
```
|
20 |
+
### Prompt:
|
21 |
+
{instruction}
|
22 |
+
|
23 |
+
### Answer:
|
24 |
+
{output}
|
25 |
+
```
|
26 |
|
27 |
# **Llama 2**
|
28 |
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.
|