Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,3 @@
|
|
| 1 |
-
# mtnsails
|
| 2 |
-
|
| 3 |
-
## model repo.
|
| 4 |
-
|
| 5 |
-
A CPU-friendly system for fine-tuning small language models on your own conversation data and deploying them for efficient local inference.
|
| 6 |
-
|
| 7 |
---
|
| 8 |
license: bsd-3-clause
|
| 9 |
language:
|
|
@@ -11,4 +5,11 @@ language:
|
|
| 11 |
base_model:
|
| 12 |
- Qwen/Qwen2.5-7B-Instruct
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
| 3 |
language:
|
|
|
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen2.5-7B-Instruct
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
+
datasets: odds-get-evened/broker
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# mtnsails
|
| 12 |
+
|
| 13 |
+
## model repo.
|
| 14 |
+
|
| 15 |
+
A CPU-friendly system for fine-tuning small language models on your own conversation data and deploying them for efficient local inference.
|