PEFT
TensorBoard
Safetensors
GGUF
English
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf noweshere/song-chatbot:F16
# Run inference directly in the terminal:
llama cli -hf noweshere/song-chatbot:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf noweshere/song-chatbot:F16
# Run inference directly in the terminal:
llama cli -hf noweshere/song-chatbot:F16
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 noweshere/song-chatbot:F16
# Run inference directly in the terminal:
./llama-cli -hf noweshere/song-chatbot:F16
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 noweshere/song-chatbot:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf noweshere/song-chatbot:F16
Use Docker
docker model run hf.co/noweshere/song-chatbot:F16
Quick Links

Model Details

Model Description

Using 'gpt2' and the 'maharshipandya/spotify-tracks-dataset', this model can chat with the user on music related topics, like recomendations and new genres for the user to try.

  • Model type: gpt2
  • Language(s) (NLP): English
  • License: MIT
  • Finetuned from model: gpt2

How to Get Started with the Model

Use the code below to get started with the model:

ollama run hf.co/noweshere/song-chatbot:F16
  • PEFT 0.11.1
Downloads last month
9
GGUF
Model size
0.1B params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for noweshere/song-chatbot

Adapter
(1709)
this model

Dataset used to train noweshere/song-chatbot