Instructions to use FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B", filename="unsloth.Q8_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B with 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 FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0 # Run inference directly in the terminal: llama cli -hf FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0 # Run inference directly in the terminal: llama cli -hf FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B: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 FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B: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 FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0
Use Docker
docker model run hf.co/FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0
- LM Studio
- Jan
- Ollama
How to use FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B with Ollama:
ollama run hf.co/FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0
- Unsloth Studio
How to use FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B 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 FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B 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 FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B to start chatting
- Atomic Chat new
- Docker Model Runner
How to use FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B with Docker Model Runner:
docker model run hf.co/FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0
- Lemonade
How to use FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B:Q8_0
Run and chat with the model
lemonade run user.Llama3.2_Candidate_Evaluation_finetuned_3B-Q8_0
List all available models
lemonade list
Llama3.2 Candidate Evaluation Finetuned (3B)
Repository: FruitPunchSamuraiG/Llama3.2_Candidate_Evaluation_finetuned_3B
Author: Hriday Ranka
Model Type: Finetuned LLaMA 3.2 (3B)
License: Apache 2.0
Model Summary
This model is a fine-tuned version of LLaMA 3.2 (3B), specifically adapted for contextual candidate-job matching. It takes in a resume and a job description and evaluates the semantic alignment between them, producing a relevance score along with detailed insights on match quality. Trained using Alpaca-style instruction tuning on a synthetically generated dataset of resume–JD pairs, the model captures deeper relationships such as skill transferability, domain overlap, and role suitability. This fine-tuned LLaMA model powers the core matching engine behind EmbedMatch, enabling scalable, explainable, and human-aligned candidate ranking decisions.
Training Details
- Base Model: LLaMA 3.2 (3B)
- Dataset: Custom dataset for job description generation
- Fine-tuning Method: Instruction tuning (Alpaca format)
- Quantization: Available in Q8_0, F16, Q4_K_M
Usage
Using llama.cpp
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make
./main -m /path/to/unsloth.Q8_0.gguf -p "Generate a job description for a data scientist."
- Downloads last month
- 12
8-bit