Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,9 @@ print(generated_text.split(input_text)[-1])
|
|
51 |
![train-loss](train-loss.png)
|
52 |
|
53 |
**Dataset:** Custom synthetic dataset generated using argilla/synthetic-data-generator with Qwen2.5:14b
|
54 |
-
|
|
|
|
|
55 |
**Data Processing:** Implementation of special tokens <stefan_zweig> and </stefan_zweig> for style consistency
|
56 |
|
57 |
- **Training Type:** Two-stage training pipeline
|
|
|
51 |
![train-loss](train-loss.png)
|
52 |
|
53 |
**Dataset:** Custom synthetic dataset generated using argilla/synthetic-data-generator with Qwen2.5:14b
|
54 |
+
|
55 |
+
**Data Format:** Structured conversations with specific role markers and custom tokens.
|
56 |
+
|
57 |
**Data Processing:** Implementation of special tokens <stefan_zweig> and </stefan_zweig> for style consistency
|
58 |
|
59 |
- **Training Type:** Two-stage training pipeline
|