Commit
·
e164294
1
Parent(s):
a346ada
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- yahma/alpaca-cleaned
|
5 |
---
|
6 |
+
|
7 |
+
This model is a [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-715k-1.5T) model fine-tuned with the [yahma/alpaca-cleaned](https://huggingface.co/datasets/yahma/alpaca-cleaned) dataset.
|
8 |
+
|
9 |
+
prompt:
|
10 |
+
|
11 |
+
```
|
12 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
13 |
+
|
14 |
+
### Instruction:
|
15 |
+
{prompt}
|
16 |
+
|
17 |
+
### Response:
|
18 |
+
```
|
19 |
+
```
|
20 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
21 |
+
|
22 |
+
### Instruction:
|
23 |
+
{prompt}
|
24 |
+
|
25 |
+
### Input:
|
26 |
+
{input}
|
27 |
+
|
28 |
+
### Response:
|
29 |
+
```
|