HF-CLEANUP-DAY11: optimize tags and discoverability
Browse files
README.md
CHANGED
|
@@ -18,6 +18,32 @@ tags:
|
|
| 18 |
- text-generation
|
| 19 |
- conversational
|
| 20 |
- moe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# Outlier-10B-V2
|
|
|
|
| 18 |
- text-generation
|
| 19 |
- conversational
|
| 20 |
- moe
|
| 21 |
+
- transformers
|
| 22 |
+
- qwen2.5
|
| 23 |
+
- chat
|
| 24 |
+
- instruct
|
| 25 |
+
- chatml
|
| 26 |
+
- sparse
|
| 27 |
+
- rexmoe
|
| 28 |
+
- quantized
|
| 29 |
+
- 1-bit
|
| 30 |
+
- distillation
|
| 31 |
+
- efficient
|
| 32 |
+
- local-llm
|
| 33 |
+
widget:
|
| 34 |
+
- example_title: General Knowledge
|
| 35 |
+
messages:
|
| 36 |
+
- role: user
|
| 37 |
+
content: Explain how mixture-of-experts models work in simple terms.
|
| 38 |
+
- example_title: Coding
|
| 39 |
+
messages:
|
| 40 |
+
- role: user
|
| 41 |
+
content: Write a Python function that checks if a number is prime.
|
| 42 |
+
- example_title: Reasoning
|
| 43 |
+
messages:
|
| 44 |
+
- role: user
|
| 45 |
+
content: If it takes 5 machines 5 minutes to make 5 widgets, how long would it
|
| 46 |
+
take 100 machines to make 100 widgets?
|
| 47 |
---
|
| 48 |
|
| 49 |
# Outlier-10B-V2
|