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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

willt-dc
/
Rosa-V1

Text Classification
Transformers
Safetensors
GGUF
English
bert
emotion-classification
multilabel
goemotions
affective-computing
psychology
NLP
embeddings
symbolic-ai
poetic-ai
quantized
feature-extraction
Model card Files Files and versions
xet
Community

Instructions to use willt-dc/Rosa-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use willt-dc/Rosa-V1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="willt-dc/Rosa-V1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("willt-dc/Rosa-V1")
    model = AutoModelForSequenceClassification.from_pretrained("willt-dc/Rosa-V1")
  • llama-cpp-python

    How to use willt-dc/Rosa-V1 with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="willt-dc/Rosa-V1",
    	filename="quantized/Rosa-V1-fp16.gguf",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use willt-dc/Rosa-V1 with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf willt-dc/Rosa-V1:Q6_K
    # Run inference directly in the terminal:
    llama-cli -hf willt-dc/Rosa-V1:Q6_K
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf willt-dc/Rosa-V1:Q6_K
    # Run inference directly in the terminal:
    llama-cli -hf willt-dc/Rosa-V1:Q6_K
    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 willt-dc/Rosa-V1:Q6_K
    # Run inference directly in the terminal:
    ./llama-cli -hf willt-dc/Rosa-V1:Q6_K
    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 willt-dc/Rosa-V1:Q6_K
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf willt-dc/Rosa-V1:Q6_K
    Use Docker
    docker model run hf.co/willt-dc/Rosa-V1:Q6_K
  • LM Studio
  • Jan
  • Ollama

    How to use willt-dc/Rosa-V1 with Ollama:

    ollama run hf.co/willt-dc/Rosa-V1:Q6_K
  • Unsloth Studio new

    How to use willt-dc/Rosa-V1 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 willt-dc/Rosa-V1 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 willt-dc/Rosa-V1 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for willt-dc/Rosa-V1 to start chatting
  • Docker Model Runner

    How to use willt-dc/Rosa-V1 with Docker Model Runner:

    docker model run hf.co/willt-dc/Rosa-V1:Q6_K
  • Lemonade

    How to use willt-dc/Rosa-V1 with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull willt-dc/Rosa-V1:Q6_K
    Run and chat with the model
    lemonade run user.Rosa-V1-Q6_K
    List all available models
    lemonade list
Rosa-V1
1.31 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
willt-dc's picture
willt-dc
Update README.md
a5db092 verified 10 months ago
  • assets
    Upload rosa_confusion_matrix_grid.png 10 months ago
  • examples
    Upload 4 files 10 months ago
  • quantized
    Update quantized/README.md 10 months ago
  • .gitattributes
    1.97 kB
    Added Fidelity Edition GGUF quantizations (fp16, q6_k, q8_0) 10 months ago
  • README.md
    5.11 kB
    Update README.md 10 months ago
  • config.json
    1.89 kB
    Upload folder using huggingface_hub 10 months ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • model_card.md
    1.15 kB
    Rename model_card.yml to model_card.md 11 months ago
  • requirements.txt
    47 Bytes
    Upload 3 files 11 months ago
  • rosa.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    438 MB
    xet
    Upload 4 files 11 months ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub 10 months ago
  • tokenizer_config.json
    1.24 kB
    Upload folder using huggingface_hub 10 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 10 months ago