Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

RtaForge
/
Anvaya-Rabbit-2.7B

Text Generation
Transformers
English
rabbit_ssm
state-space-model
rtassm
rabbit
custom-architecture
causal-lm
tool-use
frontier
research
anvaya
rtaforge
custom_code
Model card Files Files and versions
xet
Community

Instructions to use RtaForge/Anvaya-Rabbit-2.7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RtaForge/Anvaya-Rabbit-2.7B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="RtaForge/Anvaya-Rabbit-2.7B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("RtaForge/Anvaya-Rabbit-2.7B", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use RtaForge/Anvaya-Rabbit-2.7B with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "RtaForge/Anvaya-Rabbit-2.7B"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "RtaForge/Anvaya-Rabbit-2.7B",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/RtaForge/Anvaya-Rabbit-2.7B
  • SGLang

    How to use RtaForge/Anvaya-Rabbit-2.7B with SGLang:

    Install from pip and serve model
    # Install SGLang from pip:
    pip install sglang
    # Start the SGLang server:
    python3 -m sglang.launch_server \
        --model-path "RtaForge/Anvaya-Rabbit-2.7B" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "RtaForge/Anvaya-Rabbit-2.7B",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker images
    docker run --gpus all \
        --shm-size 32g \
        -p 30000:30000 \
        -v ~/.cache/huggingface:/root/.cache/huggingface \
        --env "HF_TOKEN=<secret>" \
        --ipc=host \
        lmsysorg/sglang:latest \
        python3 -m sglang.launch_server \
            --model-path "RtaForge/Anvaya-Rabbit-2.7B" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "RtaForge/Anvaya-Rabbit-2.7B",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use RtaForge/Anvaya-Rabbit-2.7B with Docker Model Runner:

    docker model run hf.co/RtaForge/Anvaya-Rabbit-2.7B
Anvaya-Rabbit-2.7B / base
33.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
tvastr's picture
tvastr
Add 0.72TG-beta (Phase 4 math-instruct): best-ever GSM8K, tool-call loop rate halved
f64e475 verified 3 days ago
  • Anavya-Rabbit-2.7B-0.5TG-beta.pt

    Detected Pickle imports (3)

    • "torch.BFloat16Storage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    5.41 GB
    xet
    Add 0.5TG-beta base checkpoint (Tungsten, Siege-processed) 2 months ago
  • Anavya-Rabbit-2.7B-0.6TG-beta.pt
    5.66 GB
    xet
    Add GAPA Phase 1 Logic final checkpoint (pearl_step_122032) as 0.6TG-beta 11 days ago
  • Anavya-Rabbit-2.7B-0.71TG-beta.pt
    5.66 GB
    xet
    Add 0.71TG-beta: unified bridge SFT (tool-call+polish+STEM), math-tax fix verified 8 days ago
  • Anavya-Rabbit-2.7B-0.72TG-beta.pt
    5.66 GB
    xet
    Add 0.72TG-beta (Phase 4 math-instruct): best-ever GSM8K, tool-call loop rate halved 3 days ago
  • Anavya-Rabbit-2.7B-0.72TG-beta.safetensors
    5.66 GB
    xet
    Add 0.72TG-beta (Phase 4 math-instruct): best-ever GSM8K, tool-call loop rate halved 3 days ago
  • Anavya-Rabbit-2.7B-0.7TG-beta.pt
    5.66 GB
    xet
    Add GAPA Phase 2 Math final checkpoint (~step 197216) as 0.7TG-beta 11 days ago