Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,14 @@ tags:
|
|
| 5 |
- transformers
|
| 6 |
- unsloth
|
| 7 |
- qwen3
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
language:
|
| 10 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Uploaded finetuned model
|
|
@@ -18,4 +23,6 @@ language:
|
|
| 18 |
|
| 19 |
This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
| 5 |
- transformers
|
| 6 |
- unsloth
|
| 7 |
- qwen3
|
| 8 |
+
- turn-detection
|
| 9 |
license: apache-2.0
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
+
datasets:
|
| 13 |
+
- latishab/turns-2k
|
| 14 |
+
metrics:
|
| 15 |
+
- accuracy (96.22%)
|
| 16 |
---
|
| 17 |
|
| 18 |
# Uploaded finetuned model
|
|
|
|
| 23 |
|
| 24 |
This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 25 |
|
| 26 |
+
A synthetic dataset (round about 140 samples) also was being used and it had instructions like "Wait." and customer support specific data in addition to the turns-2k dataset.
|
| 27 |
+
|
| 28 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|