Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SmolLM2‑135M‑Instruct‑TaiwanChat
|
| 2 |
|
| 3 |
A fine‑tuned SmolLM2‑135M Instruct model on the TaiwanChat dataset, optimized for multi‑turn Traditional Chinese conversational AI.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- yentinglin/TaiwanChat
|
| 5 |
+
language:
|
| 6 |
+
- zh
|
| 7 |
+
base_model:
|
| 8 |
+
- HuggingFaceTB/SmolLM2-135M-Instruct
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
---
|
| 11 |
# SmolLM2‑135M‑Instruct‑TaiwanChat
|
| 12 |
|
| 13 |
A fine‑tuned SmolLM2‑135M Instruct model on the TaiwanChat dataset, optimized for multi‑turn Traditional Chinese conversational AI.
|