Instructions to use anerudh10/resume_llm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use anerudh10/resume_llm 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 anerudh10/resume_llm 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 anerudh10/resume_llm to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for anerudh10/resume_llm to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="anerudh10/resume_llm", max_seq_length=2048, )
Overview
A fine-tuned Mistral-7B model using LoRA + Unsloth that acts as an AI career advisor.
It analyzes resumes and provides personalized feedback, job role suggestions, and skill recommendations.
Training Details
- Base model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
- Fine-tuning method: LoRA (PEFT)
- Frameworks: Unsloth, Transformers, TRL
Dataset
UpdatedResumeDataSet.csvโ labeled resume dataDataset Project 404.xlsxโ multiple-intelligence career mapping
Features
- Provides resume score and feedback
- Suggests suitable job roles and upskilling paths
- Lightweight 4-bit fine-tuned model for efficient inference
Intended Use
This model is intended for educational and research purposes related to AI-driven career guidance systems.
License
MIT License Overview: A fine-tuned Mistral-7B model using LoRA + Unsloth that acts as an AI career advisor. It analyzes resumes and provides personalized feedback, job role suggestions, and skill recommendations.
Training Details:
Base model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
Fine-tuning method: LoRA (PEFT)
Frameworks: Unsloth, Transformers, TRL
Dataset:
UpdatedResumeDataSet.csv โ labeled resume data
Dataset Project 404.xlsx โ multiple-intelligence career mapping
Features:
Upload a resume (.pdf, .docx, .txt) or paste text
Receive personalized resume feedback
Get career path and skill recommendations
Runs locally or via Hugging Face Spaces
Tech Stack: Python, Unsloth, Hugging Face Transformers, PEFT, Gradio, PyPDF2, python-docx
- Developed by: anerudh10
- License: apache-2.0
- Finetuned from model : unsloth/mistral-7b-instruct-v0.3-bnb-4bit
This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.
Evaluation results
- qualitative_evaluation on Career Coach Resume Datasetself-reportedConsistent and context-aware feedback on resumes
