Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- Quardo/wikipedia-turkish-qa
|
4 |
+
language:
|
5 |
+
- tr
|
6 |
+
base_model:
|
7 |
+
- Qwen/Qwen2-7B-Instruct
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
---
|
10 |
+
|
11 |
+
# TR-Qwen2-7B-003-241130
|
12 |
+
|
13 |
+
The third generation of TR-Qwen2, fine-tuned with the largest token count so far.
|
14 |
+
|
15 |
+
- **001**: Fine-tuned on 12 million tokens.
|
16 |
+
- **002**: Fine-tuned on 2 million tokens.
|
17 |
+
- **003** (this version): Fine-tuned on 103 million tokens, or effectively 25.75 million tokens across 4 epochs (compared to just 1 epoch for the earlier versions).
|
18 |
+
|
19 |
+
**Current Status:** Fine-tuning in progress on [Together.ai](https://together.ai).
|
20 |
+
**Note:** This version may perform poorly with mathematical tasks, as its fine-tuning is based on Wikipedia-based data. Expect stronger cultural understanding instead (unlike 002) with actual capabilities to talk normally (unlike 001).
|