Qwen3.8-27B

This repository hosts the model files for Qwen3.8-27B.

Model Details

  • Developed by: Qwen Team (re-hosted by fatymahaly)
  • Model Type: Causal Language Model / Generative AI
  • Parameters: 27 Billion

Usage

You can load and use this model directly using the Hugging Face transformers library:

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "fatymahaly/Qwen3.8-27B"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    device_map="auto",
    torch_dtype="auto"
)
Downloads last month
-
Safetensors
Model size
28B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support