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
65.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 93 commits
tvastr's picture
tvastr
Model card: frame as Frontier AI Research Lab (hero + About)
54c756e verified 3 days ago
  • base
    Add 0.72TG-beta (Phase 4 math-instruct): best-ever GSM8K, tool-call loop rate halved 3 days ago
  • deprecated
    Move pre-Tungsten (non-TG) base checkpoints to deprecated/ 10 days ago
  • docs
    docs: add Anvaya executive briefing PDF 4 months ago
  • eval
    Upload eval/rabbit_eval_base.txt with huggingface_hub 4 months ago
  • .gitattributes
    1.57 kB
    Add rabbit logo 2 months ago
  • LICENSE.md
    17.3 kB
    Add Anvaya Model License Agreement 2 months ago
  • README.md
    11.6 kB
    Model card: frame as Frontier AI Research Lab (hero + About) 3 days ago
  • config.json
    382 Bytes
    chore: add config.json (safety-scrubbed AutoModel wrapper) 4 months ago
  • configuration_rabbit.py
    382 Bytes
    chore: add configuration_rabbit.py (safety-scrubbed AutoModel wrapper) 4 months ago
  • modeling_rabbit.py
    2.01 kB
    chore: add modeling_rabbit.py (safety-scrubbed AutoModel wrapper) 4 months ago
  • rabbit_slm.png
    170 kB
    xet
    Add rabbit logo 2 months ago