mwitiderrick
commited on
Commit
·
4008581
1
Parent(s):
d46e486
Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,19 @@ library_name: transformers
|
|
15 |
pipeline_tag: text-generation
|
16 |
|
17 |
---
|
18 |
-
# SwahiliInstruct
|
19 |
|
20 |
This is a [Mistral model](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) that has been fine-tuned on the [Swahili Alpaca dataset](https://huggingface.co/datasets/mwitiderrick/SwahiliAlpaca) for 3 epochs.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Usage
|
24 |
```python
|
|
|
15 |
pipeline_tag: text-generation
|
16 |
|
17 |
---
|
18 |
+
# SwahiliInstruct-v0.2
|
19 |
|
20 |
This is a [Mistral model](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) that has been fine-tuned on the [Swahili Alpaca dataset](https://huggingface.co/datasets/mwitiderrick/SwahiliAlpaca) for 3 epochs.
|
21 |
|
22 |
+
## Prompt Template
|
23 |
+
```
|
24 |
+
### Maelekezo:
|
25 |
+
|
26 |
+
{query}
|
27 |
+
|
28 |
+
### Jibu:
|
29 |
+
<Leave new line for model to respond>
|
30 |
+
```
|
31 |
|
32 |
## Usage
|
33 |
```python
|