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

  • Log In
  • Sign Up

the-robot-ai
/
tiny-emotion

Robotics
Safetensors
GGUF
llama
sentiment-analysis
emotion-detection
conversational
Model card Files Files and versions
xet
Community

Instructions to use the-robot-ai/tiny-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use the-robot-ai/tiny-emotion with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="the-robot-ai/tiny-emotion",
    	filename="tiny-emotion.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use the-robot-ai/tiny-emotion with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf the-robot-ai/tiny-emotion
    # Run inference directly in the terminal:
    llama-cli -hf the-robot-ai/tiny-emotion
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf the-robot-ai/tiny-emotion
    # Run inference directly in the terminal:
    llama-cli -hf the-robot-ai/tiny-emotion
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf the-robot-ai/tiny-emotion
    # Run inference directly in the terminal:
    ./llama-cli -hf the-robot-ai/tiny-emotion
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf the-robot-ai/tiny-emotion
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf the-robot-ai/tiny-emotion
    Use Docker
    docker model run hf.co/the-robot-ai/tiny-emotion
  • LM Studio
  • Jan
  • Ollama

    How to use the-robot-ai/tiny-emotion with Ollama:

    ollama run hf.co/the-robot-ai/tiny-emotion
  • Unsloth Studio new

    How to use the-robot-ai/tiny-emotion with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for the-robot-ai/tiny-emotion to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for the-robot-ai/tiny-emotion to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for the-robot-ai/tiny-emotion to start chatting
  • Docker Model Runner

    How to use the-robot-ai/tiny-emotion with Docker Model Runner:

    docker model run hf.co/the-robot-ai/tiny-emotion
  • Lemonade

    How to use the-robot-ai/tiny-emotion with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull the-robot-ai/tiny-emotion
    Run and chat with the model
    lemonade run user.tiny-emotion-{{QUANT_TAG}}
    List all available models
    lemonade list
tiny-emotion
4.41 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
the-robot-ai's picture
the-robot-ai
Added model files
305f137 verified 5 months ago
  • .gitattributes
    1.57 kB
    Upload tiny-emotion 8 months ago
  • README.md
    2.06 kB
    Update Readme 8 months ago
  • config.json
    674 Bytes
    Added model files 5 months ago
  • generation_config.json
    124 Bytes
    Added model files 5 months ago
  • model.safetensors
    2.2 GB
    xet
    Added model files 5 months ago
  • special_tokens_map.json
    551 Bytes
    Added model files 5 months ago
  • tiny-emotion.gguf
    2.2 GB
    xet
    Upload tiny-emotion 8 months ago
  • tokenizer.json
    3.62 MB
    Added model files 5 months ago
  • tokenizer.model
    500 kB
    xet
    Added model files 5 months ago
  • tokenizer_config.json
    1.4 kB
    Added model files 5 months ago