Any-to-Any
Transformers
Safetensors
GGUF
gemma4
multimodal
text-generation
image-text-to-text
audio-text-to-text
video-text-to-text
long-context
lora
bf16
llama-cpp
zh
en
Instructions to use chirs345678/Anrn-12B-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chirs345678/Anrn-12B-R1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chirs345678/Anrn-12B-R1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 954 Bytes
4e6526a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"id": "chatcmpl-native-1786017103812",
"object": "chat.completion",
"created": 1786017103,
"model": "anru-gemma4-12b-native-multimodal-bf16-lora045",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "4\n\n\n"
},
"finish_reason": "length"
}
],
"usage": {
"prompt_tokens": 21,
"completion_tokens": 8,
"total_tokens": 29
},
"timing": {
"elapsed_seconds": 20.032
},
"system_prompt": {
"default_injected": false,
"sha256": null
}
}
|