Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
license: apache-2.0
|
| 4 |
pipeline_tag: text-generation
|
|
@@ -6,10 +5,15 @@ library_name: transformers
|
|
| 6 |
tags:
|
| 7 |
- vllm
|
| 8 |
- stem
|
|
|
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
base_model:
|
| 12 |
- HuggingFaceTB/SmolLM2-1.7B-Instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<p align="center">
|
|
@@ -176,4 +180,4 @@ for output in outputs:
|
|
| 176 |
prompt = output.prompt
|
| 177 |
generated_text = output.outputs[0].text
|
| 178 |
print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
|
| 179 |
-
```
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: text-generation
|
|
|
|
| 5 |
tags:
|
| 6 |
- vllm
|
| 7 |
- stem
|
| 8 |
+
- merge
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
base_model:
|
| 12 |
- HuggingFaceTB/SmolLM2-1.7B-Instruct
|
| 13 |
+
- omniomni/omni-0-science-preview
|
| 14 |
+
- omniomni/omni-0-technology-preview
|
| 15 |
+
- omniomni/omni-0-engineering-preview
|
| 16 |
+
- omniomni/omni-0-math-preview
|
| 17 |
---
|
| 18 |
|
| 19 |
<p align="center">
|
|
|
|
| 180 |
prompt = output.prompt
|
| 181 |
generated_text = output.outputs[0].text
|
| 182 |
print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
|
| 183 |
+
```
|