linkanjarad
commited on
Commit
•
1a009f6
1
Parent(s):
784d7a9
Update README.md
Browse files
README.md
CHANGED
@@ -40,12 +40,13 @@ Who is the first person on the moon?
|
|
40 |
|
41 |
output = generator(prompt, do_sample=True, min_length=10, max_length=50, temperature=0.5)
|
42 |
print(output[0]['generated_text'])
|
|
|
43 |
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
The model works best when given input in the format of the dataset it was trained on. Here is an example of the format of the [tatsu-lab/alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) dataset:
|
47 |
|
48 |
-
|
49 |
### Instruction:
|
50 |
What are the three primary colors?
|
51 |
|
|
|
40 |
|
41 |
output = generator(prompt, do_sample=True, min_length=10, max_length=50, temperature=0.5)
|
42 |
print(output[0]['generated_text'])
|
43 |
+
```
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|
47 |
The model works best when given input in the format of the dataset it was trained on. Here is an example of the format of the [tatsu-lab/alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) dataset:
|
48 |
|
49 |
+
|
50 |
### Instruction:
|
51 |
What are the three primary colors?
|
52 |
|