Commit
·
6b1606b
1
Parent(s):
93a7fdd
Update README.md
Browse files
README.md
CHANGED
@@ -11,31 +11,50 @@ prompt = "How to get in a good university?"
|
|
11 |
formatted_prompt = f"<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant\n"
|
12 |
|
13 |
model = TextGeneration(model="hf:nm-testing/TinyLlama-1.1B-Chat-v0.4-pruned60-quant")
|
14 |
-
print(model(formatted_prompt, max_new_tokens=
|
15 |
|
16 |
"""
|
17 |
The university is a place where you learn and gain skills.
|
18 |
It is a place where you learn by reading books, doing experiments, and doing research.
|
19 |
It is a place where you learn by doing projects. It is a place where you learn by doing research.
|
20 |
-
The university is a place where you learn by doing projects.
|
21 |
-
|
22 |
-
The university is a place where you learn by
|
23 |
-
The university is a place where you learn by doing projects.
|
24 |
-
The university is a place where you learn by
|
25 |
-
The university is a place where you learn by
|
26 |
-
The university is a place where you learn by doing projects.
|
27 |
-
|
28 |
-
The university is a place where you learn by
|
29 |
-
|
30 |
-
|
31 |
-
The university is a place where you learn by
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
The university is a place where you learn by doing projects.
|
36 |
-
The university is a place where you learn by
|
37 |
-
|
38 |
-
The university is a place where you learn by doing projects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
"""
|
40 |
```
|
41 |
## One-shot and Export
|
|
|
11 |
formatted_prompt = f"<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant\n"
|
12 |
|
13 |
model = TextGeneration(model="hf:nm-testing/TinyLlama-1.1B-Chat-v0.4-pruned60-quant")
|
14 |
+
print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
|
15 |
|
16 |
"""
|
17 |
The university is a place where you learn and gain skills.
|
18 |
It is a place where you learn by reading books, doing experiments, and doing research.
|
19 |
It is a place where you learn by doing projects. It is a place where you learn by doing research.
|
20 |
+
The university is a place where you learn by doing projects.
|
21 |
+
The university is a place where you learn by doing research.
|
22 |
+
The university is a place where you learn by reading books.
|
23 |
+
The university is a place where you learn by doing projects.
|
24 |
+
The university is a place where you learn by doing research.
|
25 |
+
The university is a place where you learn by reading books.
|
26 |
+
The university is a place where you learn by doing projects.
|
27 |
+
The university is a place where you learn by doing research.
|
28 |
+
The university is a place where you learn by reading books.
|
29 |
+
The university is a place where you learn by doing projects.
|
30 |
+
The university is a place where you learn by doing research.
|
31 |
+
The university is a place where you learn by reading books.
|
32 |
+
The university is a place where you learn by doing projects.
|
33 |
+
The university is a place where you learn by doing research.
|
34 |
+
The university is a place where you learn by reading books.
|
35 |
+
The university is a place where you learn by doing projects.
|
36 |
+
The university is a place where you learn by doing research.
|
37 |
+
The university is a place where you learn by reading books.
|
38 |
+
The university is a place where you learn by doing projects.
|
39 |
+
The university is a place where you learn by doing research.
|
40 |
+
The university is a place where you learn by reading books.
|
41 |
+
The university is a place where you learn by doing projects.
|
42 |
+
The university is a place where you learn by doing research.
|
43 |
+
The university is a place where you learn by reading books.
|
44 |
+
The university is a place where you learn by doing projects.
|
45 |
+
The university is a place where you learn by doing research.
|
46 |
+
The university is a place where you learn by reading books.
|
47 |
+
The university is a place where you learn by doing projects.
|
48 |
+
The university is a place where you learn by doing research.
|
49 |
+
The university is a place where you learn by reading books.
|
50 |
+
The university is a place where you learn by doing projects.
|
51 |
+
The university is a place where you learn by doing research.
|
52 |
+
The university is a place where you learn by reading books.
|
53 |
+
The university is a place where you learn by doing projects.
|
54 |
+
The university is a place where you learn by doing research.
|
55 |
+
The university is a place where you learn by reading books.
|
56 |
+
The university is a place where you learn by doing projects.
|
57 |
+
The university is a
|
58 |
"""
|
59 |
```
|
60 |
## One-shot and Export
|