π¦ SOVYTHOS-66M-Base
The first open-source pretrained language model developed completely from scratch under the Sovereign AI Project.
π¦ Overview
SOVYTHOS-66M-Base is a decoder-only Transformer language model trained entirely from scratch as part of the Sovereign AI Project.
Unlike models that continue training from existing checkpoints, SOVYTHOS begins from randomly initialized weights and learns language directly from its training corpus.
This repository contains the Base (Pretrained) release intended for:
- Continued Pretraining
- Fine-tuning
- Instruction Tuning
- Research
- Educational Purposes
- Building downstream AI applications
This model is NOT instruction tuned and is not intended to behave like a production chatbot.
π Experience the Sovereign Platform
SOVYTHOS is the foundation of the Sovereign AI Platform.
If you'd like to experience the latest AI capabilities through a complete interface, you can try the live platform below.
π Live Demo
https://awaken-creation-guidance.ngrok-free.dev/
Available Features
- π¬ Modern AI Chat Interface
- β‘ Flash AI Models
- π§ Advanced Reasoning Models
- π» Coding Assistant
- π Arabic & English Support
- π₯ Continuous Platform Updates
Note: The Sovereign platform may use newer models, APIs, and experimental capabilities beyond this Base release.
π Model Specifications
| Property | Value |
|---|---|
| Model | SOVYTHOS-66M-Base |
| Parameters | ~66.7 Million |
| Architecture | Decoder-only Transformer |
| Hidden Size | 512 |
| Layers | 12 |
| Attention Heads | 16 |
| Framework | PyTorch |
| Tokenizer | Custom |
| Context Length | Configured during training |
| Training | From Scratch |
| Release | Base |
π Languages
SOVYTHOS has been trained on multilingual data including:
- πͺπ¬ Arabic
- πͺπ¬ Egyptian Arabic
- πΊπΈ English
- Programming Languages
- Technical Documentation
- Mathematical Content
- General Web Text
π― Intended Uses
This release is designed for:
- Research
- Fine-tuning
- Continued Pretraining
- Instruction Tuning
- Educational Experiments
- Language Model Development
- Custom AI Applications
β οΈ Current Limitations
This repository contains the Base Language Model only.
It has NOT been instruction tuned.
Current limitations include:
- Hallucination of factual information
- Incorrect reasoning in some cases
- Repetition
- Incomplete generations
- Limited instruction following
These limitations are expected for a pretrained base model and will be addressed in future releases.
π» Example
prompt = "The capital of Egypt is"
output = model.generate(prompt)
ποΈ Training
SOVYTHOS was trained completely from scratch using:
- Custom Tokenizer
- PyTorch
- CUDA
- Mixed Precision Training
- Automatic Best Checkpoint Saving
No pretrained language model weights were used.
π£οΈ Roadmap
β SOVYTHOS-66M-Base
π‘ SOVYTHOS-66M-Instruct (In Development)
β¬ SOVYTHOS Chat
β¬ Larger Parameter Models
β¬ Advanced Reasoning
β¬ Improved Coding
β¬ Better Arabic Understanding
β¬ Long Context Support
π Sovereign Project
SOVYTHOS is the first public language model released under the Sovereign AI Project.
The long-term vision of Sovereign is to build an open ecosystem of multilingual language models with strong Arabic support, modern reasoning capabilities, and accessible open-source AI technologies.
π Citation
@misc{sovythos66m,
title={SOVYTHOS-66M-Base},
author={Mahmoud Yasser},
year={2026},
publisher={Hugging Face},
}
π¨βπ» Creator
Mahmoud Yasser
Founder of the Sovereign AI Project
π License
Apache License 2.0
π¦ Welcome to the beginning of the Sovereign ecosystem.
The current release represents the first public pretrained foundation model.
Future releases will introduce instruction tuning, stronger reasoning, improved coding capabilities, and more advanced multilingual intelligence.
β If you find this project interesting, consider following the repository and trying the Sovereign AI Platform.
- Downloads last month
- 396