leran1995 commited on
Commit
74ae549
·
verified ·
1 Parent(s): 5b1243f

Update README.md

Browse files

upload technical report

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -14,6 +14,10 @@ tags:
14
  <img src="figures/nbg.png" width="220" alt="Nanbeige Logo">
15
  </div>
16
 
 
 
 
 
17
  # <span id="Introduction">1. Introduction</span>
18
 
19
  Nanbeige4.2-3B-Base is a new base model in the Nanbeige4 series, trained from scratch with improvements to both model architecture and training data. It delivers substantial gains over the previous generation and outperforms opensource base models of comparable scale, including Qwen3.5-4B and Gemma4-E4B, across a broad range of benchmarks. Key features include:
@@ -22,7 +26,7 @@ Nanbeige4.2-3B-Base is a new base model in the Nanbeige4 series, trained from sc
22
 
23
  - **Enhanced Training Data Recipe**: Expands the total amount of training data from 23T to 28T tokens, with more aggressive upsampling of math, code, STEM, and Synthetic-QA data to strengthen reasoning and coding capabilities.
24
 
25
- The accompanying `modeling_nanbeige.py` also includes our latest architectural improvements, including **LoopSplit**, **mHC with depth attention**, and **concatenated n-gram embeddings**. These features have been incorporated into Nanbeige4.5, whose training is underway for release later in 2026.
26
 
27
  # <span id="Model-Performance">2. Model Performance</span>
28
 
 
14
  <img src="figures/nbg.png" width="220" alt="Nanbeige Logo">
15
  </div>
16
 
17
+ <p align="center">
18
+ <a href="https://huggingface.co/Nanbeige/Nanbeige4.2-3B/blob/main/Nanbeige42_report.pdf"><b>Technical Report</b>👁️</a>
19
+ </p>
20
+
21
  # <span id="Introduction">1. Introduction</span>
22
 
23
  Nanbeige4.2-3B-Base is a new base model in the Nanbeige4 series, trained from scratch with improvements to both model architecture and training data. It delivers substantial gains over the previous generation and outperforms opensource base models of comparable scale, including Qwen3.5-4B and Gemma4-E4B, across a broad range of benchmarks. Key features include:
 
26
 
27
  - **Enhanced Training Data Recipe**: Expands the total amount of training data from 23T to 28T tokens, with more aggressive upsampling of math, code, STEM, and Synthetic-QA data to strengthen reasoning and coding capabilities.
28
 
29
+ The accompanying [`modeling_nanbeige.py`](https://huggingface.co/Nanbeige/Nanbeige4.2-3B/blob/main/modeling_nanbeige.py) also includes our latest architectural improvements, including **LoopSplit**, **mHC with depth attention**, and **concatenated n-gram embeddings**. These features have been incorporated into Nanbeige4.5, whose training is underway for release later in 2026.
30
 
31
  # <span id="Model-Performance">2. Model Performance</span>
32