PEFT
Safetensors
GGUF
English
conversational
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="noweshere/song-chatbot-v2",
	filename="song-chatbot-1.1B-v2-F16.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Model Details

Model Description

Using 'TinyLlama/TinyLlama-1.1B-Chat-v1.0' 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: TinyLlama-1.1B
  • Language(s) (NLP): English
  • License: MIT
  • Finetuned from model: TinyLlama/TinyLlama-1.1B-Chat-v1.0

How to Get Started with the Model

Use the code below to get started with the model:

ollama run hf.co/noweshere/song-chatbot-v2:F16
  • PEFT 0.11.1
Downloads last month
6
GGUF
Model size
1B params
Architecture
llama
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-v2

Adapter
(1565)
this model

Dataset used to train noweshere/song-chatbot-v2