Update README.md
Browse files
README.md
CHANGED
@@ -93,4 +93,8 @@ pipeline = transformers.pipeline(
|
|
93 |
|
94 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
95 |
print(outputs[0]["generated_text"])
|
96 |
-
```
|
|
|
|
|
|
|
|
|
|
93 |
|
94 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
95 |
print(outputs[0]["generated_text"])
|
96 |
+
```
|
97 |
+
|
98 |
+
# Family models:
|
99 |
+
|
100 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64d71ab4089bc502ceb44d29/y4_aqj7zR1yXnuKi5oiMH.png)
|