evilyesh commited on
Commit
b666a3b
·
verified ·
1 Parent(s): 084d7a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,16 +9,17 @@ base_model:
9
 
10
  ## Overview
11
 
12
- This model is a fine-tuned version of the base model Qwen/Qwen2.5-Coder-14B-Instruct. It was trained on a subset of problems from the GAIR/LIMO dataset, specifically focusing on 611 problems over 4 training epochs.
13
 
14
  After testing more I found that the model does not always include reasoning, I will update with more epochs.
 
15
  Warning! The model often goes into an endless chain of reasoning.
16
 
17
  ## Training Details
18
 
19
  - **Base Model**: Qwen/Qwen2.5-Coder-14B-Instruct
20
  - **Dataset**: GAIR/LIMO (subset of 611 problems)
21
- - **Epochs**: 4
22
  - **Training Limitations**: The training was constrained by the computational resources available on my machine, which means I haven't yet conducted a thorough evaluation of the model's performance improvements.
23
 
24
  ## Key Observations
 
9
 
10
  ## Overview
11
 
12
+ This model is a fine-tuned version of the base model Qwen/Qwen2.5-Coder-14B-Instruct. It was trained on a subset of problems from the GAIR/LIMO dataset, specifically focusing on 611 problems over 5 training epochs.
13
 
14
  After testing more I found that the model does not always include reasoning, I will update with more epochs.
15
+
16
  Warning! The model often goes into an endless chain of reasoning.
17
 
18
  ## Training Details
19
 
20
  - **Base Model**: Qwen/Qwen2.5-Coder-14B-Instruct
21
  - **Dataset**: GAIR/LIMO (subset of 611 problems)
22
+ - **Epochs**: 5
23
  - **Training Limitations**: The training was constrained by the computational resources available on my machine, which means I haven't yet conducted a thorough evaluation of the model's performance improvements.
24
 
25
  ## Key Observations