Commit
·
a730b8d
1
Parent(s):
8f028a5
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,9 @@ formatted_prompt = f"<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistan
|
|
38 |
model = TextGeneration(model="hf:nm-testing/TinyLlama-1.1B-Chat-v0.4-pruned60-quant")
|
39 |
print(model(formatted_prompt, generation_config=generation_config,).generations[0].text)
|
40 |
"""
|
41 |
-
The university is one of the best options for students.
|
|
|
|
|
42 |
""""
|
43 |
```
|
44 |
## One-shot and Export
|
|
|
38 |
model = TextGeneration(model="hf:nm-testing/TinyLlama-1.1B-Chat-v0.4-pruned60-quant")
|
39 |
print(model(formatted_prompt, generation_config=generation_config,).generations[0].text)
|
40 |
"""
|
41 |
+
The university is one of the best options for students.
|
42 |
+
It provides the right atmosphere for studying.
|
43 |
+
The
|
44 |
""""
|
45 |
```
|
46 |
## One-shot and Export
|