Chan-Y commited on
Commit
47eb9ef
·
verified ·
1 Parent(s): 544d971

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- **Data Format:** Structured conversations with specific role markers and custom tokens
 
 
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