Views
No views yet
Note: Claude OSS 9B is an independent open model project and not an official release by Anthropic.
| Benchmark | Score (Based on Qwen3.5 9b) |
|---|---|
| MMLU-Pro | 82.5% |
| GPQA Diamond | 81.7% |
| Multilingual (MMMLU) | 81.2% |
1from transformers import AutoTokenizer, AutoModelForCausalLM
2import torch
3
4model_id = "your-username/claude"
5tokenizer = AutoTokenizer.from_pretrained(model_id)
6model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto", device_map="auto")
7
8messages = [{"role": "user", "content": "Explain the concept of quantum entanglement in simple terms."}]
9# ... standard inference loop ...
10📜 Our Philosophy
11We believe that language should not be a barrier to the exchange of ideas. Whether through Audio Translation or the Claude OSS ecosystem, our tools are built to be helpful, harmless, and honest companions in your communication toolkit.