tawkeed-sa/tawkeed-gpt
Tawkeed GPT is a 35.1 billion parameter language model developed by Tawkeed-sa, forked from nex-agi/Nex-N2-mini and built upon the Qwen3.5-35B-A3B-Base architecture. This model maintains the Qwen3.5 MoE lineage, providing a robust foundation for various language tasks. It is designed for general-purpose applications, leveraging its base model's capabilities.
Loading preview...
Overview
Tawkeed GPT is a 35.1 billion parameter language model maintained by Tawkeed-sa. It is a direct fork of the nex-agi/Nex-N2-mini model, which itself is built upon the Qwen3.5-35B-A3B-Base architecture. This model explicitly retains the Qwen3.5 MoE (Mixture of Experts) lineage, ensuring a strong foundation for its capabilities. The model is licensed under Apache 2.0.
Key Characteristics
- Architecture: Based on the Qwen3.5 MoE /
qwen3_5_moearchitecture. - Lineage: Directly derived from
nex-agi/Nex-N2-mini, which usesQwen3.5-35B-A3B-Baseas its upstream base. - Parameters: 35.1 billion parameters.
- Context Length: Supports a context length of 32768 tokens.
Usage and Future Development
Currently, Tawkeed GPT is a branded fork without additional Tawkeed-specific post-training. However, the repository is set up to accommodate future fine-tuning or continued post-training by Tawkeed, with provisions to update the model card with new training details and merged checkpoints or adapters. Developers can use the transformers library to interact with the model, as demonstrated in the provided Python example for chat template application and text generation.