NovatasticRoScript commited on
Commit
71b207e
·
verified ·
1 Parent(s): c52af1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -11
README.md CHANGED
@@ -5,35 +5,119 @@ language:
5
  pipeline_tag: text-generation
6
  tags:
7
  - text-generation-inference
 
 
 
 
 
8
  ---
9
 
10
- ## Atomight V2.5 1.7B
11
 
12
- <p align="center">
13
- <img src="NewAtomight.png" alt="Atomight v2 Logo" width="500" style="max-width: 100%;">
14
- </p>
15
 
16
- Most **powerful and capable model** in the current and *newest* Atomight family variant.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  > [!Note]
19
  > Use this model when you want explicit chain-of-thought before the final answer — complex debugging, multi-step planning, agentic workflows, and math- or reasoning-heavy tasks.
20
 
21
- Other details for this model soon. Wait for further information and details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ## Self-reported benchmark results
24
 
25
- These results are self-reported for `NovatasticRoScript/Atomight-V2.5-1.7B`.
26
 
27
  | Benchmark | Metric | Score |
28
  |---|---:|---:|
 
 
29
  | ARC-Challenge | Accuracy (normalized) | 43.00 |
30
  | HellaSwag | Accuracy (normalized) | 60.43 |
31
  | WinoGrande | Accuracy | 61.09 |
32
  | TruthfulQA MC2 | Accuracy | 45.89 |
33
  | HumanEval | Pass@1 | 40.24 |
34
  | MBPP | Pass@1 | 42.80 |
35
- | MMLU | Accuracy | 55.68 |
36
 
37
- ### Notes
38
- - GSM8K is tracked separately in Hugging Face evaluation results.
39
- - The other scores are listed here as self-reported model card results.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  pipeline_tag: text-generation
6
  tags:
7
  - text-generation-inference
8
+ - reasoning
9
+ - grpo
10
+ - qwen3
11
+ - atomight
12
+ - atomightv2-5
13
  ---
14
 
15
+ <div align="center">
16
 
17
+ <img src="NewAtomight.png" alt="Atomight v2 Logo" width="500" style="max-width: 100%;">
 
 
18
 
19
+ # Atomight V2.5 · 1.7B
20
+
21
+ **Reasoning-first · Zero benchmark contamination · Trained on a free Colab T4**
22
+
23
+
24
+
25
+ ![License](https://img.shields.io/badge/license-CC--BY--4.0-blue)
26
+
27
+
28
+
29
+
30
+ ![Base](https://img.shields.io/badge/base-Qwen3--1.7B-orange)
31
+
32
+
33
+
34
+
35
+ ![Method](https://img.shields.io/badge/method-GRPO-purple)
36
+
37
+
38
+
39
+
40
+ ![Params](https://img.shields.io/badge/params-1.7B-green)
41
+
42
+
43
+
44
+ </div>
45
+
46
+ ---
47
+
48
+ Most **powerful and capable model** in the current and *newest* Atomight family variant.
49
 
50
  > [!Note]
51
  > Use this model when you want explicit chain-of-thought before the final answer — complex debugging, multi-step planning, agentic workflows, and math- or reasoning-heavy tasks.
52
 
53
+ Other details for this model soon. Wait for further information and details.
54
+
55
+ ---
56
+
57
+ ## Quick Facts
58
+
59
+ | | |
60
+ |---|---|
61
+ | **Base model** | [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B) (Apache 2.0) |
62
+ | **Training method** | GRPO via LoRA/PEFT, merged to 16-bit |
63
+ | **Trained on** | Free-tier Google Colab T4 — no paid compute |
64
+ | **Training data** | ~2,000 curated samples per domain, 6 premium open datasets |
65
+ | **Contamination** | Zero — no benchmark data used in training |
66
+ | **License** | CC-BY-4.0 |
67
+
68
+ ---
69
+
70
+ ## Training Data
71
+
72
+ Curated (not scraped) from frontier 2025-era open datasets across STEM, science, math, and code:
73
+
74
+ | Domain | Dataset | License |
75
+ |---|---|---|
76
+ | STEM | [Logics-STEM-SFT-Dataset-Open-5.3M](https://huggingface.co/datasets/Logics-MLLM/Logics-STEM-SFT-Dataset-Open-5.3M) | Mixed (aggregated open sources) |
77
+ | Science | [MegaScience](https://huggingface.co/datasets/MegaScience/MegaScience) | CC-BY / Academic Use |
78
+ | Math | [OpenMathReasoning](https://huggingface.co/datasets/nvidia/OpenMathReasoning) | CC-BY-4.0 |
79
+ | Math | [DeepMath-103K](https://huggingface.co/datasets/zwhe99/DeepMath-103K) | CC-BY-4.0 |
80
+ | Code | [OpenCodeInstruct](https://huggingface.co/datasets/nvidia/OpenCodeInstruct) | CC-BY-4.0 |
81
+ | Code | [Nemotron-SFT-Competitive-Programming-v2](https://huggingface.co/datasets/nvidia/Nemotron-SFT-Competitive-Programming-v2) | NVIDIA Open Model License |
82
+
83
+ > [!Important]
84
+ > **No benchmark data was used in training.** None of the sources above overlap with MMLU, GSM8K, HumanEval, MBPP, HellaSwag, WinoGrande, ARC-Challenge, or TruthfulQA. Every score below was earned, not leaked.
85
+
86
+ ---
87
 
88
  ## Self-reported benchmark results
89
 
90
+ These results are self-reported for `NovatasticRoScript/Atomight-V2.5-1.7B`, evaluated with `lm-evaluation-harness`.
91
 
92
  | Benchmark | Metric | Score |
93
  |---|---:|---:|
94
+ | MMLU | Accuracy | **55.68** |
95
+ | GSM8K | Accuracy | **69.60** |
96
  | ARC-Challenge | Accuracy (normalized) | 43.00 |
97
  | HellaSwag | Accuracy (normalized) | 60.43 |
98
  | WinoGrande | Accuracy | 61.09 |
99
  | TruthfulQA MC2 | Accuracy | 45.89 |
100
  | HumanEval | Pass@1 | 40.24 |
101
  | MBPP | Pass@1 | 42.80 |
 
102
 
103
+ <sub>All scores self-reported; no training data overlaps with these benchmarks — see Training Data section above.</sub>
104
+
105
+ ---
106
+
107
+ ## Quick Start
108
+
109
+ ```python
110
+ from transformers import AutoModelForCausalLM, AutoTokenizer
111
+
112
+ model_id = "NovatasticRoScript/Atomight-V2.5-1.7B"
113
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
114
+ model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
115
+
116
+ messages = [
117
+ {"role": "system", "content": "You are a reasoning model. Think step-by-step inside <thinking> tags, then give your final answer inside <answer> tags."},
118
+ {"role": "user", "content": "If a train travels 60 miles in 45 minutes, what is its speed in mph?"}
119
+ ]
120
+
121
+ inputs = tokenizer.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt").to(model.device)
122
+ outputs = model.generate(inputs, max_new_tokens=512)
123
+ print(tokenizer.decode(outputs[0], skip_special_tokens=True))