Instructions to use raditotev/ai-radipro-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use raditotev/ai-radipro-chatbot with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="raditotev/ai-radipro-chatbot", filename="radipro-chatbot-llama.Q8_0.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use raditotev/ai-radipro-chatbot with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf raditotev/ai-radipro-chatbot:Q8_0 # Run inference directly in the terminal: llama-cli -hf raditotev/ai-radipro-chatbot:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf raditotev/ai-radipro-chatbot:Q8_0 # Run inference directly in the terminal: llama-cli -hf raditotev/ai-radipro-chatbot:Q8_0
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 raditotev/ai-radipro-chatbot:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf raditotev/ai-radipro-chatbot:Q8_0
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 raditotev/ai-radipro-chatbot:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf raditotev/ai-radipro-chatbot:Q8_0
Use Docker
docker model run hf.co/raditotev/ai-radipro-chatbot:Q8_0
- LM Studio
- Jan
- vLLM
How to use raditotev/ai-radipro-chatbot with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "raditotev/ai-radipro-chatbot" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "raditotev/ai-radipro-chatbot", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/raditotev/ai-radipro-chatbot:Q8_0
- Ollama
How to use raditotev/ai-radipro-chatbot with Ollama:
ollama run hf.co/raditotev/ai-radipro-chatbot:Q8_0
- Unsloth Studio
How to use raditotev/ai-radipro-chatbot 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 raditotev/ai-radipro-chatbot 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 raditotev/ai-radipro-chatbot to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for raditotev/ai-radipro-chatbot to start chatting
- Pi
How to use raditotev/ai-radipro-chatbot with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf raditotev/ai-radipro-chatbot:Q8_0
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "raditotev/ai-radipro-chatbot:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use raditotev/ai-radipro-chatbot with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf raditotev/ai-radipro-chatbot:Q8_0
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default raditotev/ai-radipro-chatbot:Q8_0
Run Hermes
hermes
- Docker Model Runner
How to use raditotev/ai-radipro-chatbot with Docker Model Runner:
docker model run hf.co/raditotev/ai-radipro-chatbot:Q8_0
- Lemonade
How to use raditotev/ai-radipro-chatbot with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull raditotev/ai-radipro-chatbot:Q8_0
Run and chat with the model
lemonade run user.ai-radipro-chatbot-Q8_0
List all available models
lemonade list
RadiPro Chatbot - Llama 3.2 3B Instruct
Model Description
RadiPro Chatbot is a fine-tuned version of Meta's Llama-3.2-3B-Instruct model, specifically optimized to serve as a conversational AI assistant for RadiPro AI agency. This model has been trained to provide helpful, accurate, and contextually appropriate responses regarding the company's services. Since RadiPro AI agency is a rather small company with limited number of services the chatbot's main purpose is to demonstrate clients what potential implementation on their platform might look.
Model Format: GGUF (Q8_0 quantization)
Model Details
- Base Model: meta-llama/Llama-3.2-3B-Instruct
- Architecture: Llama 3.2 3B Instruct
- Quantization: Q8_0 (8-bit quantization)
- Model Size: ~3B parameters
- Format: GGUF
Intended Use
This model is designed for:
- Primary Use Case: Conversational AI chatbot for AI agency services
- Applications:
- Customer support and engagement
- Professional consultation assistance
- Information retrieval and Q&A
- General conversational tasks in agency contexts
Training
Base Model
- Model: meta-llama/Llama-3.2-3B-Instruct
- Architecture: Transformer-based language model
Fine-tuning
This model has been trained using mlx_lm on a completion dataset consisting of 40 entries in train.jsonl and 4 entries in valid.jsonl.
Usage
Using with llama.cpp
# Download the model
# Run inference
./llama-cli -m radipro-chatbot-llama.Q8_0.gguf -p "Your prompt here"
Using with Python (llama-cpp-python)
from llama_cpp import Llama
# Load the model
llm = Llama(model_path="radipro-chatbot-llama.Q8_0.gguf")
# Generate response
response = llm(
"User: Hello, how can you help me?\nAssistant:",
max_tokens=512,
temperature=0.7,
top_p=0.9,
echo=False
)
print(response['choices'][0]['text'])
Performance
This model maintains the strong performance characteristics of the base Llama-3.2-3B-Instruct model while being optimized for conversational AI agency use cases. The Q8_0 quantization provides a good balance between model size and performance.
Limitations
- The model may occasionally generate incorrect or nonsensical responses
- Responses are based on training data and may not reflect the most current information
- The model may not always follow complex multi-step instructions perfectly
- Context window limitations may affect very long conversations
- As a quantized model, there may be slight quality trade-offs compared to the full-precision version
- This model is trained to answer only questions regarding the agency and the provided services
License
This model is released under the same license as the base model (Llama 3.2 Community License). Please review the Llama 3.2 Community License for details on usage terms and restrictions.
Acknowledgments
- Meta AI for the base Llama-3.2-3B-Instruct model
- The open-source community for tools and frameworks that made this fine-tuning possible
Contact
For questions regarding this model, please open an issue in the repository.
- Downloads last month
- 2
8-bit
Model tree for raditotev/ai-radipro-chatbot
Base model
meta-llama/Llama-3.2-3B-Instruct