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
| $ErrorActionPreference = 'Stop' | |
| $Root = $PSScriptRoot | |
| $Baseline = Join-Path $Root 'rollback\prompt30k-baseline' | |
| foreach ($Name in @('serve.py','start.ps1','smoke-test.ps1','package.json','README.md')) { | |
| Copy-Item -LiteralPath (Join-Path $Baseline $Name) -Destination (Join-Path $Root $Name) -Force | |
| } | |
| Remove-Item -LiteralPath (Join-Path $Root 'system_prompt.md') -Force -ErrorAction SilentlyContinue | |
| Write-Output 'package prompt30k integration rolled back to verified baseline' | |