NorthernTribe-Research commited on
Commit
41a7495
·
verified ·
1 Parent(s): a86edac

Refine professional project description and training metadata wording.

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. configs/deepseek_math_sota.yaml +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ datasets:
17
 
18
  # NorthernTribe-Research/math-conjecture-model
19
 
20
- Launch multi-stage DeepSeek-Math fine-tuning on Space GPU and push adapters to your model repo.
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: Launch multi-stage DeepSeek-Math fine-tuning on Space GPU and push adapters to your model repo.
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