rtharrin commited on
Commit
6c4d7fa
·
verified ·
1 Parent(s): c306459

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ Low-Rank Adaptation (LoRA) was selected over full fine-tuning to mitigate high c
21
  ## 4. Evaluation
22
  Our evaluation covers four target domains across arithmetic chain-of-thought, reading comprehension, factual alignment, and broad multi-disciplinary science domains. GSM8K CoT tracks raw problem-solving capability and was our target benchmark to increase; MMLU provides a calibrated measure of foundational knowledge retention across STEM and social domains; RACE assesses general contextual synthesis; and TruthfulQA quantifies post-tuning hallucinatory trends, as many fine tuning methods are known to create overconfidence. To establish a validated architectural baseline, we benchmark against the original instruction-tuned base model alongside two comparison setups of equal 3B scale: an identical Qwen iteration trained over a minimal 2% hyper-curated slice of direct task-specific data (340 rows of gsm8k), and an un-tuned baseline variant. Relative to these comparison targets, the proxy-trained model demonstrates superior structural alignment by boosting strict target math match constraints by 75%.
23
  | Benchmark Task / Split | Our Model (Numina-Proxy) | Curated Baseline (2% GSM8K) | Base Qwen2.5-3B-Instruct (Baseline) |
24
- | :--- | :---: | :---: | :---: | :---: |
25
  | **GSM8K CoT (Strict EM)** | **0.0599** | 0.0281 | 0.0341 |
26
  | **GSM8K CoT (Flexible Extract)** | 0.5254 | 0.5921 | **0.5974** |
27
  | **MMLU (Overall Acc)** | 0.5264 | **0.6463** | **0.6463** |
 
21
  ## 4. Evaluation
22
  Our evaluation covers four target domains across arithmetic chain-of-thought, reading comprehension, factual alignment, and broad multi-disciplinary science domains. GSM8K CoT tracks raw problem-solving capability and was our target benchmark to increase; MMLU provides a calibrated measure of foundational knowledge retention across STEM and social domains; RACE assesses general contextual synthesis; and TruthfulQA quantifies post-tuning hallucinatory trends, as many fine tuning methods are known to create overconfidence. To establish a validated architectural baseline, we benchmark against the original instruction-tuned base model alongside two comparison setups of equal 3B scale: an identical Qwen iteration trained over a minimal 2% hyper-curated slice of direct task-specific data (340 rows of gsm8k), and an un-tuned baseline variant. Relative to these comparison targets, the proxy-trained model demonstrates superior structural alignment by boosting strict target math match constraints by 75%.
23
  | Benchmark Task / Split | Our Model (Numina-Proxy) | Curated Baseline (2% GSM8K) | Base Qwen2.5-3B-Instruct (Baseline) |
24
+ | :--- | :---: | :---: | :---: |
25
  | **GSM8K CoT (Strict EM)** | **0.0599** | 0.0281 | 0.0341 |
26
  | **GSM8K CoT (Flexible Extract)** | 0.5254 | 0.5921 | **0.5974** |
27
  | **MMLU (Overall Acc)** | 0.5264 | **0.6463** | **0.6463** |