tawkeed-sa
tawkeed-gpt
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
License: apache-2.0Model Details
| Property | Value |
|---|---|
| Name | Tawkeed GPT |
| Repository | tawkeed-sa/tawkeed-gpt |
| Upstream Model | nex-agi/Nex-N2-mini |
| Upstream Base Lineage | Qwen3.5-35B-A3B-Base |
| Architecture | Qwen3.5 MoE / qwen3_5_moe |
| License | Apache 2.0 |
Tawkeed Notes
This checkpoint is a direct Tawkeed-branded fork of Nex-N2-mini and should be described as on top of Qwen3.5 through the upstream Nex-N2-mini lineage.
No additional Tawkeed post-training checkpoint has been uploaded on top of this fork yet. If Tawkeed later performs additional SFT or continued post-training, upload the resulting adapter or merged checkpoint to this same repository and update this card with the training details.
Usage
python
from transformers import AutoModelForMultimodalLM, AutoProcessorprocessor = AutoProcessor.from_pretrained("tawkeed-sa/tawkeed-gpt")model = AutoModelForMultimodalLM.from_pretrained("tawkeed-sa/tawkeed-gpt")messages = [{"role": "user", "content": "اكتب ملخصا قصيرا عن رؤية السعودية 2030."},]inputs = processor.apply_chat_template(messages,add_generation_prompt=True,tokenize=True,return_dict=True,return_tensors="pt",).to(model.device)outputs = model.generate(**inputs, max_new_tokens=512)print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:]))
Attribution
Checkpoint weights are forked from nex-agi/Nex-N2-mini by Nex AGI. Tawkeed maintains this renamed fork for Tawkeed workflows.
Model provider
tawkeed-sa
Model tree
Base
nex-agi/Nex-N2-mini
Fine-tuned
this model
Modalities
Input
Video, Text, Image
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information