Refine professional project description and training metadata wording.
Browse files- README.md +1 -1
- configs/deepseek_math_sota.yaml +1 -1
README.md
CHANGED
|
@@ -17,7 +17,7 @@ datasets:
|
|
| 17 |
|
| 18 |
# NorthernTribe-Research/math-conjecture-model
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
This folder contains the autonomous training/evaluation stack used by the Space and local runs.
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
# NorthernTribe-Research/math-conjecture-model
|
| 19 |
|
| 20 |
+
An autonomous DeepSeek-Math training and evaluation stack that powers multi-stage Space GPU fine-tuning, quality-gated adapter promotion, and reproducible publishing to your Hugging Face model repository.
|
| 21 |
|
| 22 |
This folder contains the autonomous training/evaluation stack used by the Space and local runs.
|
| 23 |
|
configs/deepseek_math_sota.yaml
CHANGED
|
@@ -145,7 +145,7 @@ hub:
|
|
| 145 |
repo_id: NorthernTribe-Research/math-conjecture-model
|
| 146 |
private: false
|
| 147 |
upload_stage_checkpoints: true
|
| 148 |
-
commit_message:
|
| 149 |
|
| 150 |
credentials:
|
| 151 |
path: huggingface-api-key.json
|
|
|
|
| 145 |
repo_id: NorthernTribe-Research/math-conjecture-model
|
| 146 |
private: false
|
| 147 |
upload_stage_checkpoints: true
|
| 148 |
+
commit_message: Run autonomous multi-stage DeepSeek-Math training with post-eval quality gates and publish qualified adapters/checkpoints.
|
| 149 |
|
| 150 |
credentials:
|
| 151 |
path: huggingface-api-key.json
|