NorthernTribe-Research commited on
Commit
668cc30
·
verified ·
1 Parent(s): 0be512a

Refine professional project description and metadata wording.

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +1 -1
  3. configs/deepseek_math_sota.yaml +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ pinned: false
9
 
10
  # Math Conjecture Trainer Space
11
 
12
- Launch multi-stage DeepSeek-Math fine-tuning on Space GPU and push adapters to your model repo.
13
 
14
  This Space is the tactical operations console for `maths-conjuncture-solutions` and is wired to:
15
 
 
9
 
10
  # Math Conjecture Trainer Space
11
 
12
+ An autonomous training operations console for DeepSeek-Math that runs multi-stage curriculum fine-tuning on Space GPU, executes post-training quality evaluation, and publishes only qualified adapters, checkpoints, and run reports to your Hugging Face model repository.
13
 
14
  This Space is the tactical operations console for `maths-conjuncture-solutions` and is wired to:
15
 
app.py CHANGED
@@ -198,7 +198,7 @@ PROJECT_DESCRIPTION = """
198
  # Math Conjecture Trainer
199
  This console runs the full training operations lane for the `maths-conjuncture-solutions` project:
200
 
201
- Launch multi-stage DeepSeek-Math fine-tuning on Space GPU and push adapters to your model repo.
202
 
203
  1. Pull released parquet splits from `NorthernTribe-Research/math-conjecture-training-corpus`.
204
  2. Build runtime training configuration from `configs/deepseek_math_sota.yaml`.
 
198
  # Math Conjecture Trainer
199
  This console runs the full training operations lane for the `maths-conjuncture-solutions` project:
200
 
201
+ An autonomous training operations console for DeepSeek-Math that runs multi-stage curriculum fine-tuning on Space GPU, executes post-training quality evaluation, and publishes only qualified adapters, checkpoints, and run reports to your Hugging Face model repository.
202
 
203
  1. Pull released parquet splits from `NorthernTribe-Research/math-conjecture-training-corpus`.
204
  2. Build runtime training configuration from `configs/deepseek_math_sota.yaml`.
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