Commit
·
3759066
1
Parent(s):
2f49d44
Update README.md
Browse files
README.md
CHANGED
@@ -43,9 +43,7 @@ model = TextGeneration(model="hf:nm-testing/TinyLlama-1.1B-Chat-v0.4-pruned60-qu
|
|
43 |
print(model(formatted_prompt, generation_config=generation_config,).generations[0].text)
|
44 |
"""
|
45 |
The university is one of the best options for students. It provides the right atmosphere for studying. The
|
46 |
-
|
47 |
""""
|
48 |
-
|
49 |
```
|
50 |
## One-shot and Export
|
51 |
|
|
|
43 |
print(model(formatted_prompt, generation_config=generation_config,).generations[0].text)
|
44 |
"""
|
45 |
The university is one of the best options for students. It provides the right atmosphere for studying. The
|
|
|
46 |
""""
|
|
|
47 |
```
|
48 |
## One-shot and Export
|
49 |
|