Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,18 @@ datasets:
|
|
4 |
- sequelbox/Celestia3-DeepSeek-R1-0528
|
5 |
base_model:
|
6 |
- HuggingFaceTB/SmolLM2-135M-Instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
|
|
|
|
8 |
|
9 |
# **SmolLM2-Rethink-135M**
|
10 |
|
@@ -93,5 +104,4 @@ print(tokenizer.decode(outputs[0]))
|
|
93 |
Smaller output range; optimized for shorter and structured completions.
|
94 |
|
95 |
5. **Basic Multilingual Support**
|
96 |
-
Some support for multilingual input, but less accurate than larger multilingual models.
|
97 |
-
|
|
|
4 |
- sequelbox/Celestia3-DeepSeek-R1-0528
|
5 |
base_model:
|
6 |
- HuggingFaceTB/SmolLM2-135M-Instruct
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
library_name: transformers
|
11 |
+
tags:
|
12 |
+
- text-generation-inference
|
13 |
+
- re-think
|
14 |
+
- reasoning
|
15 |
+
- trl
|
16 |
---
|
17 |
+
|
18 |
+

|
19 |
|
20 |
# **SmolLM2-Rethink-135M**
|
21 |
|
|
|
104 |
Smaller output range; optimized for shorter and structured completions.
|
105 |
|
106 |
5. **Basic Multilingual Support**
|
107 |
+
Some support for multilingual input, but less accurate than larger multilingual models.
|
|