Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,20 @@ speechless-llama2-13b:v1.1 is a merge of Open-Orca/OpenOrca-Platypus2-13B and Wi
|
|
45 |
| TruthfulQA | 55.7 |
|
46 |
| Average | 64.52 |
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
# **Llama 2**
|
49 |
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 13B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
50 |
|
|
|
45 |
| TruthfulQA | 55.7 |
|
46 |
| Average | 64.52 |
|
47 |
|
48 |
+
## How to Prompt the Model
|
49 |
+
This model accepts the Alpaca instruction format.
|
50 |
+
|
51 |
+
For example:
|
52 |
+
```
|
53 |
+
You are an intelligent programming assistant.
|
54 |
+
|
55 |
+
### Instruction:
|
56 |
+
Implement a linked list in C++
|
57 |
+
|
58 |
+
### Response:
|
59 |
+
```
|
60 |
+
|
61 |
+
|
62 |
# **Llama 2**
|
63 |
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 13B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
64 |
|