| Model | Weight |
|---|---|
| Amine-CV/Qwen3.5-0.8B-Mythos-Distill | 0.40 |
| Jackrong/Qwen3.5-0.8B-Claude-4.6-Opus-Reasoning-Distilled | 0.30 |
| dalatexcoder/Qwen3.5-0.8B-Claude-4.6-Opus-Reasoning-Distilled-heretic | 0.30 |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained("Natarizki/CLM", torch_dtype=torch.float16, device_map="auto", trust_remote_code=True)
3tokenizer = AutoTokenizer.from_pretrained("Natarizki/CLM", trust_remote_code=True)