Commit ·
b671411
1
Parent(s): e4ce93e
Update README.md
Browse files
README.md
CHANGED
|
@@ -69,7 +69,15 @@ This is an [OpenLlama model](https://huggingface.co/openlm-research/open_llama_3
|
|
| 69 |
[Open-Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus) dataset.
|
| 70 |
|
| 71 |
The modified version of the dataset can be found [here](mwitiderrick/Open-Platypus)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
|
|
|
|
|
|
|
|
|
| 73 |
## Usage
|
| 74 |
```python
|
| 75 |
from transformers import AutoTokenizer, AutoModelForCausalLM,pipeline
|
|
|
|
| 69 |
[Open-Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus) dataset.
|
| 70 |
|
| 71 |
The modified version of the dataset can be found [here](mwitiderrick/Open-Platypus)
|
| 72 |
+
## Prompt Template
|
| 73 |
+
```
|
| 74 |
+
### Instruction:
|
| 75 |
+
|
| 76 |
+
{query}
|
| 77 |
|
| 78 |
+
### Response:
|
| 79 |
+
<Leave new line for model to respond>
|
| 80 |
+
```
|
| 81 |
## Usage
|
| 82 |
```python
|
| 83 |
from transformers import AutoTokenizer, AutoModelForCausalLM,pipeline
|