Metis-9B

Metis-9B is a Metis persistent-memory model built on Qwen/Qwen3.5-9B. The repository contains the complete merged model weights rather than a delta-only checkpoint.

Load

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "IAAR-Shanghai/Metis-9B"
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    trust_remote_code=True,
    dtype=torch.bfloat16,
    device_map="auto",
)

Metis uses custom Transformers code included in this repository. Use Transformers 5.4.0 or newer.

Downloads last month
50
Safetensors
Model size
9B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for IAAR-Shanghai/Metis-9B

Finetuned
Qwen/Qwen3.5-9B
Finetuned
(518)
this model

Collection including IAAR-Shanghai/Metis-9B