Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

CaptMetal
/
BuddAi

Text Generation
Transformers
Safetensors
English
mistral
conversational-ai
chatbot
emotional-intelligence
friend
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use CaptMetal/BuddAi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CaptMetal/BuddAi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="CaptMetal/BuddAi")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("CaptMetal/BuddAi")
    model = AutoModelForCausalLM.from_pretrained("CaptMetal/BuddAi")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • vLLM

    How to use CaptMetal/BuddAi with vLLM:

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

    How to use CaptMetal/BuddAi 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 "CaptMetal/BuddAi" \
        --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": "CaptMetal/BuddAi",
    		"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 "CaptMetal/BuddAi" \
            --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": "CaptMetal/BuddAi",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use CaptMetal/BuddAi with Docker Model Runner:

    docker model run hf.co/CaptMetal/BuddAi
README.md exists but content is empty.
Downloads last month
5
Inference Providers NEW
Text Generation
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for CaptMetal/BuddAi

Base model

mistralai/Mistral-7B-v0.1
Finetuned
teknium/OpenHermes-2.5-Mistral-7B
Finetuned
(84)
this model

Datasets used to train CaptMetal/BuddAi

HuggingFaceH4/ultrachat_200k

Viewer • Updated Oct 16, 2024 • 515k • 62.6k • 700

OpenAssistant/oasst1

Viewer • Updated May 2, 2023 • 88.8k • 17.2k • 1.51k

Estwld/empathetic_dialogues_llm

Viewer • Updated Apr 2, 2024 • 24.9k • 1.14k • 33

Space using CaptMetal/BuddAi 1

CaptMetal/Buddi
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs