File size: 2,572 Bytes
4d064ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
becae25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1e9323d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93

---
language: "en"
license: "mit"
tags:
  - mistral
  - lora
  - unsloth
  - career-coach
  - resume-analysis
  - fine-tuning
  - llm
datasets:
  - UpdatedResumeDataSet
  - Dataset-Project-404
model-index:
  - name: Resume & Career Coach LLM
    results:
      - task:
          type: text-generation
          name: Text Generation
        dataset:
          name: Career Coach Resume Dataset
          type: custom
        metrics:
          - name: qualitative_evaluation
            type: human
            value: "Consistent and context-aware feedback on resumes"
---

# 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
- 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](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)