This repository houses the
Helium 6B
models, specifically designed to compare
sequential pretraining
on temporally ordered data against standard
shuffled pretraining
. This research aims to understand how the order of data affects a model's ability to retain facts and minimize chronological confusion.
The sequential variant is engineered to improve
factuality on recent knowledge
. To support this research, we developed:
KairosQA
:
A benchmark of 7,000+ temporally grounded questions.
Kairos Evaluation Code
:
Tools to analyze how models associate facts with specific time periods.
Out-of-Scope Use
Instruction Following:
These are base models and have not undergone SFT or RLHF. They will not respond well to direct prompts or "chat" style interactions without further tuning.
Multilingual:
The model should not be used in other languages than the ones on which it was trained.
Malicious Intent:
Any illegal or harmful activity is strictly prohibited.
Bias, Risks, and Limitations
Helium 6B is a base model and has not been aligned with human preferences.
Content:
It may generate biased, incorrect, or harmful content.
Recommendation:
Do not use for downstream applications without rigorous alignment (SFT/RLHF) and risk mitigation.
How to Get Started
Loading the Base Model
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "kyutai/Sequential_Helium_6B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
torch_dtype=torch.bfloat16,
device_map="auto"
)
Loading Temporal Checkpoints
To access a specific stage of training (e.g., the 2024 sequential checkpoint):
model = AutoModelForCausalLM.from_pretrained(
model_id,
subfolder='sequential_2024',
torch_dtype=torch.bfloat16,
device_map="auto"
)
The list of available checkpoints is disclosed below:
Subfolder
N. Tokens
Cut-Off date
Min. date
Shuffled ?
Main ("")
2.5T
2025
2018
no
sequential_2024
*
2.2T
2024
2018
no
sequential_2023
*
1.9T
2023
2018
no
sequential_2022
*
1.6T
2022
2018
no
sequential_2021
*
1.2T
2021
2018
no
sequential_2020
*
0.9T
2020
2018
no
shuffle_eq_2020
0.9T
2024
2020
yes
shuffle_eq_2024
2.2T
2024
2020
yes
shuffle_eq_2025
2.5T
2024
2020
yes
*
Note on Non-Cooldown Variants:
For these specific checkpoints, we can also provide "non-cooldown" counterparts. These are extracted directly from the training process at the equivalent token count without applying a learning rate decay (cooldown phase).
Training Details
Training Data
Helium 6B checkpoints were trained on data from Common Crawl, which was preprocessed with the
dactory
library.
Evaluation
Testing Data
While our models are primarily designed to facilitate research on LLM temporality and base model dynamics—which may result in lower general performance compared to state-of-the-art models—we nonetheless evaluated them using the OLMES benchmark. This evaluation covers MMLU, ARC (Easy & Challenge), OpenBookQA, CommonSenseQA, PIQA, SIQA, HellaSwag, WinoGrande, and BoolQA.
Helium 6B models are licensed under the CC-BY-SA 4.0 license.
Citations
If you use one of these models, please cite:
@misc{pilchen2026understandingdatatemporalityimpact,
title={Understanding Data Temporality Impact on Large Language Models Pre-training},
author={Hippolyte Pilchen and Romain Fabre and Franck Signe Talla and Patrick Perez and Edouard Grave},
year={2026},
eprint={2605.22769},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2605.22769},
}
Runs of kyutai Sequential_Helium_6B on huggingface.co
123
Total runs
0
24-hour runs
12
3-day runs
45
7-day runs
37
30-day runs
More Information About Sequential_Helium_6B huggingface.co Model
Sequential_Helium_6B huggingface.co is an AI model on huggingface.co that provides Sequential_Helium_6B's model effect (), which can be used instantly with this kyutai Sequential_Helium_6B model. huggingface.co supports a free trial of the Sequential_Helium_6B model, and also provides paid use of the Sequential_Helium_6B. Support call Sequential_Helium_6B model through api, including Node.js, Python, http.
Sequential_Helium_6B huggingface.co is an online trial and call api platform, which integrates Sequential_Helium_6B's modeling effects, including api services, and provides a free online trial of Sequential_Helium_6B, you can try Sequential_Helium_6B online for free by clicking the link below.
kyutai Sequential_Helium_6B online free url in huggingface.co:
Sequential_Helium_6B is an open source model from GitHub that offers a free installation service, and any user can find Sequential_Helium_6B on GitHub to install. At the same time, huggingface.co provides the effect of Sequential_Helium_6B install, users can directly use Sequential_Helium_6B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
Sequential_Helium_6B install url in huggingface.co: