Downloads · 30 days
0
Rohit-2002/NEXORA
NEXORA is a text generation model from Rohit-2002. Use it when you need the model to write or continue text. It is set up for pytorch. The card lists the license as mit.
Nexora-1 is a compact GPT-style generative language model built from scratch using PyTorch.
Downloads · 30 days
0
Access
Public
Updated Sep 17, 2026
Repo size
107 MB
Likes
1
Public
Click a slice to open those files.
.pth80.3 MB · 99%
From the Hugging Face model README
Nexora-1 is a compact GPT-style generative language model built from scratch using PyTorch.
It is a Transformer-based autoregressive language model trained on English Wikipedia text using next-token prediction.
The project was developed to understand the fundamental components behind GPT-style language models, including tokenization, embeddings, positional embeddings, self-attention, multi-head attention, Transformer blocks, autoregressive training, checkpointing, and text generation.
Nexora-1 was pretrained on English Wikipedia text.
The training pipeline was configured to collect Wikipedia articles and create a text corpus for autoregressive language-model training.
Articles were separated using the special token:
<|endofarticle|>