Text Generation
Transformers
Safetensors
GGUF
English
unsloth
mistral
fine-tuned
education
guidance
bangladesh
india
university
lora
qlora
conversational
Eval Results (legacy)
Instructions to use millat/mistral-7b-indian-university-guidance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use millat/mistral-7b-indian-university-guidance with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="millat/mistral-7b-indian-university-guidance") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("millat/mistral-7b-indian-university-guidance", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use millat/mistral-7b-indian-university-guidance 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 millat/mistral-7b-indian-university-guidance:Q4_K_M # Run inference directly in the terminal: llama cli -hf millat/mistral-7b-indian-university-guidance:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf millat/mistral-7b-indian-university-guidance:Q4_K_M # Run inference directly in the terminal: llama cli -hf millat/mistral-7b-indian-university-guidance:Q4_K_M
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 millat/mistral-7b-indian-university-guidance:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf millat/mistral-7b-indian-university-guidance:Q4_K_M
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 millat/mistral-7b-indian-university-guidance:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf millat/mistral-7b-indian-university-guidance:Q4_K_M
Use Docker
docker model run hf.co/millat/mistral-7b-indian-university-guidance:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use millat/mistral-7b-indian-university-guidance with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "millat/mistral-7b-indian-university-guidance" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "millat/mistral-7b-indian-university-guidance", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/millat/mistral-7b-indian-university-guidance:Q4_K_M
- SGLang
How to use millat/mistral-7b-indian-university-guidance with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "millat/mistral-7b-indian-university-guidance" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "millat/mistral-7b-indian-university-guidance", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "millat/mistral-7b-indian-university-guidance" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "millat/mistral-7b-indian-university-guidance", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Ollama
How to use millat/mistral-7b-indian-university-guidance with Ollama:
ollama run hf.co/millat/mistral-7b-indian-university-guidance:Q4_K_M
- Unsloth Studio
How to use millat/mistral-7b-indian-university-guidance 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 millat/mistral-7b-indian-university-guidance 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 millat/mistral-7b-indian-university-guidance to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for millat/mistral-7b-indian-university-guidance to start chatting
- Docker Model Runner
How to use millat/mistral-7b-indian-university-guidance with Docker Model Runner:
docker model run hf.co/millat/mistral-7b-indian-university-guidance:Q4_K_M
- Lemonade
How to use millat/mistral-7b-indian-university-guidance with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull millat/mistral-7b-indian-university-guidance:Q4_K_M
Run and chat with the model
lemonade run user.mistral-7b-indian-university-guidance-Q4_K_M
List all available models
lemonade list
- Atomic Chat
File size: 17,252 Bytes
5afd5b2 2fc4113 f1e3e19 5afd5b2 2fc4113 f1e3e19 2fc4113 f1e3e19 2fc4113 5afd5b2 2fc4113 f1e3e19 ff27d23 f1e3e19 ff27d23 6cf0ced 2fc4113 f1e3e19 2fc4113 f1e3e19 6cf0ced ff27d23 f1e3e19 ff27d23 f1e3e19 ff27d23 2fc4113 f1e3e19 2fc4113 f1e3e19 6cf0ced f1e3e19 ff27d23 f1e3e19 ff27d23 f1e3e19 ff27d23 f1e3e19 2fc4113 ff27d23 2fc4113 f1e3e19 2fc4113 f1e3e19 2fc4113 f1e3e19 6cf0ced f1e3e19 2fc4113 f1e3e19 2fc4113 f1e3e19 2fc4113 f1e3e19 2fc4113 f1e3e19 2fc4113 f1e3e19 2fc4113 f1e3e19 6cf0ced f1e3e19 6cf0ced f1e3e19 6cf0ced f1e3e19 6cf0ced f1e3e19 5afd5b2 f1e3e19 6cf0ced f1e3e19 ff27d23 6cf0ced ff27d23 f1e3e19 5afd5b2 2fc4113 5afd5b2 ff27d23 f1e3e19 2fc4113 ff27d23 f1e3e19 2fc4113 ff27d23 f1e3e19 2fc4113 f1e3e19 ff27d23 f1e3e19 ff27d23 f1e3e19 ff27d23 f1e3e19 6cf0ced | 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 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 | ---
license: apache-2.0
language:
- en
library_name: transformers
tags:
- unsloth
- mistral
- fine-tuned
- education
- guidance
- bangladesh
- india
- university
- lora
- qlora
- conversational
- text-generation
- doi:10.57967/hf/7639
base_model: mistralai/Mistral-7B-Instruct-v0.3
datasets:
- millat/indian_university_guidance_for_bangladeshi_students
model-index:
- name: mistral-7b-indian-university-guidance
results:
- task:
type: text-generation
name: Text Generation
metrics:
- type: perplexity
value: 1.4555
name: Perplexity
- type: loss
value: 0.3754
name: Evaluation Loss
pipeline_tag: text-generation
---
# Mistral 7B - Indian University Guidance for Bangladeshi Students
A fine-tuned Mistral-7B model specialized for providing comprehensive guidance to Bangladeshi students seeking admission to Indian universities. The model delivers accurate, domain-specific information about scholarships, admissions, visa processes, and degree equivalencies.
This model is trained on the contextual dataset introduced in our research paper: **"Development of a Contextual Educational Dataset for Bangladeshi Students Studying in India"** presented at Sharda University, Greater Noida, India.
| | |
|---|---|
| **Model DOI** | [10.57967/hf/7639](https://doi.org/10.57967/hf/7639) |
| **Dataset DOI** | [10.57967/hf/6295](https://doi.org/10.57967/hf/6295) |
## Authors
- **MD Millat Hosen**
- **Md Moudud Ahmed Misil**
- **Dr. Rohit Kumar Sachan**
## Model Highlights
- **Excellent Perplexity**: 1.4555 (indicating high prediction confidence)
- **Domain-Specialized**: Trained on 7,044 curated Q&A pairs
- **Practical Knowledge**: Covers Sharda University scholarships, degree equivalencies, GPA conversions, and regulatory requirements (AICTE, NMC, BMDC)
- **Efficient Training**: QLoRA fine-tuning on Tesla T4 (Google Colab Free Tier)
## Model Description
This model is fine-tuned from `mistralai/Mistral-7B-Instruct-v0.3` using the [Unsloth](https://github.com/unslothai/unsloth) framework with QLoRA (Quantized Low-Rank Adaptation). It provides specialized guidance covering:
| Category | Topics Covered |
|----------|----------------|
| **Universities** | Sharda University (primary focus), Galgotias, Amity, Noida International University (NIU) |
| **Scholarships** | Eligibility criteria, percentage waivers (20%/50%), retention requirements, program exclusions |
| **Admissions** | Requirements, documents, deadlines, lateral entry for diploma holders |
| **Visa & Documentation** | Student visa process, FRRO registration, required documents |
| **Degree Equivalence** | B.Sc. Engineering ↔ B.Tech, B.Com, BA, Polytechnic Diploma, Madrasa (Alim) recognition |
| **GPA Conversion** | HSC GPA (out of 5) to Indian percentage/CGPA (out of 10) system |
| **Medical Education** | MBBS requirements, NMC approval, BMDC recognition |
| **Regulatory Bodies** | AICTE, NMC, BMDC, UGC requirements and approval processes |
> **Note**: This model is primarily trained on Sharda University data and general degree equivalence information. It does not contain specific information about IITs, NITs, or other public universities.
## Training Details
### Configuration
| Parameter | Value |
|-----------|-------|
| Base Model | `mistralai/Mistral-7B-Instruct-v0.3` |
| Framework | Unsloth + QLoRA |
| Quantization | 4-bit (bnb) |
| LoRA Rank (r) | 32 |
| LoRA Alpha | 32 |
| LoRA Dropout | 0 |
| Max Sequence Length | 512 |
| Learning Rate | 2e-4 |
| Batch Size | 4 |
| Gradient Accumulation | 4 |
| Effective Batch Size | 16 |
| Epochs | 3 |
| Total Steps | 1,191 |
| Warmup Steps | 10 |
| Seed | 3407 |
### Training Results
| Metric | Value |
|--------|-------|
| **Final Training Loss** | 0.1016 |
| **Evaluation Loss** | 0.3754 |
| **Perplexity** | 1.4555 |
| **Reported Training Duration** | 66.47 minutes* |
| **Actual Wall-Clock Time** | ~3.5 hours** |
> *\*Timer reset on Colab reconnections; this is cumulative GPU compute time only*
> *\*\*Actual elapsed time from first epoch start (07:32) to final epoch completion (10:58) was approximately 3 hours 26 minutes due to Colab session interruptions and reconnections*
### Training Progress
| Epoch | Eval Loss | Perplexity |
|-------|-----------|------------|
| 1 | 0.3820 | 1.4652 |
| 2 | 0.3757 | 1.4560 |
| 3 | 0.3754 | 1.4555 |
### Hardware
| Resource | Specification |
|----------|---------------|
| GPU | Tesla T4 |
| GPU Memory (Total) | 15.83 GB |
| GPU Memory (Peak) | 11.95 GB |
| GPU Memory (Average) | 5.19 GB |
| RAM (Peak) | 5.95 GB |
## Dataset
Trained on [millat/indian_university_guidance_for_bangladeshi_students](https://huggingface.co/datasets/millat/indian_university_guidance_for_bangladeshi_students) - a custom dataset containing **7,044 high-quality, instruction-formatted Q&A pairs** created by the same authors using the **SetForge** pipeline.
| Property | Value |
|----------|-------|
| **Dataset DOI** | [10.57967/hf/6295](https://doi.org/10.57967/hf/6295) |
| **Format** | JSONL (JSON Lines) |
| **License** | MIT |
| Total Samples | 7,044 |
| Training Samples | 6,339 (90%) |
| Evaluation Samples | 705 (10%) |
| Estimated Tokens | ~1,019,372 |
### Dataset Topics
| Category | Topics Covered |
|----------|----------------|
| **University Information** | Private NCR universities: Sharda (primary), Galgotias, Amity, Noida International University |
| **Scholarships** | Eligibility criteria, percentage waivers (20%/50%), retention requirements, program exclusions |
| **Admissions** | Requirements, documents, deadlines, lateral entry for diploma holders |
| **Visa & Documentation** | Student visa process, e-FRRO registration, passport requirements |
| **Degree Equivalence** | Bangladesh to India credential conversion (B.Sc. Engineering ↔ B.Tech, Polytechnic Diploma, Madrasa Alim) |
| **GPA Conversion** | HSC GPA (out of 5) to Indian percentage/CGPA (out of 10) system |
| **Regulatory Bodies** | AICTE, NMC, BMDC, UGC requirements and approval processes |
### Data Sources (from research paper)
| Category | Sources |
|----------|---------|
| **Universities** | Sharda University (4 portals), Galgotias University (3 portals), Amity University (3 portals), Noida International University (2 portals) |
| **Government - Bangladesh** | High Commission New Delhi, Deputy High Commission Chennai, e-Passport Portal |
| **Government - India** | High Commission Dhaka, e-FRRO, Indian Visa portals, MEA, MHA, Study in India portal |
> ⚠️ **Note**: This dataset does NOT include IITs, NITs, Central Universities, or other public/government institutions. It focuses exclusively on private universities in India's National Capital Region (NCR).
### Data Fields
Each record in the dataset contains:
| Field | Description |
|-------|-------------|
| `question` | Question from the perspective of a Bangladeshi student |
| `answer` | Comprehensive, direct answer to the question |
| `context` | Brief description of the topic the Q&A belongs to |
| `source` | Source of information used to generate the answer |
| `metadata` | Nested object with `degree_equivalence`, `grading_conversion`, `country_origin`, `tone`, `cultural_sensitivity` |
### Data Statistics
| Metric | Questions | Answers |
|--------|-----------|---------|
| Min Characters | 18 | 65 |
| Max Characters | 307 | 1,151 |
| Average Characters | 128.5 | 391.7 |
| Average Tokens | 38.9 | 105.8 |
### Data Curation Pipeline
The dataset was created through the **SetForge** pipeline (as described in our research paper):
1. **Source Selection**: Identification of relevant sources from NCR private universities and government portals
2. **Data Extraction**: Content collected using [WebScrape](https://github.com/codermillat/WebScrape) Chrome extension with support for dynamic content and PDF extraction via pdf.js
3. **Data Preprocessing**: NLP and RegEx-based cleaning, filtering, duplicate removal, and domain categorization
4. **Data Categorization & Standardization**: AI-powered document triage using LLMs for semantic chunking and schema-guided structuring with resilient error handling
5. **Dataset Generation**: Context-aware Q&A pair generation with instruction-based formatting using asyncio for concurrent processing, stored in JSONL format
## Usage
### With Unsloth (Recommended - Fastest)
```python
from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
model_name="millat/mistral-7b-indian-university-guidance",
max_seq_length=2048,
load_in_4bit=True,
)
FastLanguageModel.for_inference(model)
prompt = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
What scholarships are available at Sharda University for Bangladeshi students?
### Response:
"""
inputs = tokenizer(prompt, return_tensors="pt").to("cuda")
outputs = model.generate(**inputs, max_new_tokens=256, temperature=0.7)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
```
### With Transformers
```python
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
model_name = "millat/mistral-7b-indian-university-guidance"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(
model_name,
torch_dtype=torch.float16,
device_map="auto",
)
prompt = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
Can I get lateral entry to B.Tech 2nd year with my Polytechnic Diploma from Bangladesh?
### Response:
"""
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(
**inputs,
max_new_tokens=256,
do_sample=True,
temperature=0.7,
top_p=0.9,
)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
```
### With GGUF (llama.cpp)
```bash
# Download the Q8_0 quantized version
huggingface-cli download millat/mistral-7b-indian-university-guidance \
--include "*.gguf" \
--local-dir ./models
# Run with llama.cpp
./main -m ./models/mistral-7b-indian-university-guidance-q8_0.gguf \
-p "What are the requirements for MBBS admission in India for Bangladeshi students?" \
-n 256
```
### With Ollama
```bash
# Create Modelfile
cat << 'EOF' > Modelfile
FROM ./mistral-7b-indian-university-guidance-q8_0.gguf
TEMPLATE """Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{{ .Prompt }}
### Response:
"""
PARAMETER temperature 0.7
PARAMETER top_p 0.9
EOF
# Create and run
ollama create indian-uni-guide -f Modelfile
ollama run indian-uni-guide "What is the FRRO registration process?"
```
## Example Outputs
### Scholarship Information
**Question**: "I have a GPA of 3.8 out of 5.0 in my HSC from Bangladesh. What scholarship can I get at Sharda University?"
**Response**: "With a GPA of 3.8/5, you are eligible for a 50% tuition fee scholarship at Sharda University for programs like B.Tech, BBA, MBA, BCA, and others listed in the 50% scholarship category. This is because your GPA falls within the 3.5-5.0 range. Exclusions from scholarships include Pharmacy, M.Sc. Nursing, MPT, Medical M.Sc., BDS & MBBS. To retain this scholarship after first year, maintain 75% attendance and pass all exams without backlogs."
### Degree Equivalency
**Question**: "I have a B.Sc. in Engineering from Bangladesh. Is it equivalent to B.Tech in India?"
**Response**: "Yes, your 4-year B.Sc. in engineering (Bangladeshi university curriculum) is considered equivalent to an Indian B.Tech or B.E. degree. The key requirement for recognition in Bangladesh is that the Indian engineering program must be AICTE-approved."
### Medical Degree Recognition
**Question**: "Will my MBBS degree from India be recognized by BMDC in Bangladesh?"
**Response**: "For your MBBS or BDS degree from an Indian university to be recognized and valid for practice in Bangladesh, it must be NMC-approved (National Medical Commission) in India and subsequently recognized by the BMDC (Bangladesh Medical and Dental Council). Ensure that the program is full-time and on campus. Recognition typically requires completion of specific regulatory requirements by both parties."
### Lateral Entry
**Question**: "Can I get lateral entry to B.Tech 2nd year with my Polytechnic Diploma from Bangladesh?"
**Response**: "Yes, your 4-year Polytechnic Diploma from Bangladesh (completed after SSC) makes you eligible for lateral entry into the second year of B.Tech programs at Indian universities like Sharda University. The Indian B.Tech degree is equivalent to B.Sc. in Engineering in Bangladesh. Ensure the Indian institution is AICTE-approved for your degree to be recognized back in Bangladesh."
### FRRO Registration
**Question**: "What documents do I need for FRRO registration in India as a Bangladeshi student?"
**Response**: "You will need: original passport with visa, bonafide certificate from university/college, CPR certificate (compulsory pregnancy report if applicable), marriage certificate (if married), medical certificate (AIDS test result) and 4 photographs."
## Model Comparison
The fine-tuned model shows significant improvements over the base model:
| Aspect | Base Model | Fine-tuned Model |
|--------|------------|------------------|
| Domain Knowledge | Generic | Specialized for BD→India education |
| Response Length | Verbose, often off-topic | Concise and focused |
| Accuracy | Generic advice | Specific criteria, percentages, requirements |
| Hallucinations | Common (fake URLs, HTML artifacts) | Minimal |
| Regulatory Knowledge | Limited | Accurate (AICTE, NMC, BMDC) |
## Available Formats
| Format | Size | Use Case |
|--------|------|----------|
| Safetensors (16-bit) | ~14.5 GB | Full precision inference |
| GGUF Q8_0 | ~7.7 GB | High-quality local inference |
| GGUF Q4_K_M | ~4.37 GB | Balanced quality/size |
| GGUF Q4_0 | ~4.11 GB | Smaller footprint |
| GGUF Q3_K_M | ~3.52 GB | Memory-constrained environments |
| GGUF Q2_K | ~2.72 GB | Minimum size |
## Limitations
- **Geographic Scope**: Focused on Bangladeshi students applying to Indian universities
- **Temporal**: Information reflects 2025 admission cycles; verify current requirements
- **University Coverage**:
- **Primary**: Sharda University (most data - scholarships, programs, eligibility)
- **Secondary**: Galgotias, Amity, Noida International University (NIU)
- **Not Covered**: IITs (Indian Institutes of Technology), NITs (National Institutes of Technology), Central Universities, and other public/government universities
- **Topic Bias**: Heavy emphasis on scholarship eligibility criteria; limited information on campus life, placements, or research opportunities
- **Not Legal Advice**: For official processes, always verify with respective authorities
## Ethical Considerations
- This model provides educational guidance and should not replace official university or government sources
- Users should verify scholarship amounts, eligibility criteria, and visa requirements with official sources
- The model may occasionally generate plausible but outdated information
## Citation
If you use this model or dataset, please cite the research paper:
### Paper Citation
```bibtex
@inproceedings{hosen2025contextual,
author = {MD Millat Hosen and Md Moudud Ahmed Misil and Dr. Rohit Kumar Sachan},
title = {Development of a Contextual Educational Dataset for Bangladeshi Students Studying in India},
booktitle = {Proceedings of Sharda University},
year = {2025},
address = {Greater Noida, India},
institution = {School of Computer Science and Engineering (SSCSE), Sharda University},
keywords = {Bangladeshi, Large language model, Natural language processing, ChatBot, JSON}
}
```
### Model Citation
```bibtex
@misc{hosen2025mistral_indian_uni,
author = {MD Millat Hosen and Md Moudud Ahmed Misil and Dr. Rohit Kumar Sachan},
title = {Mistral 7B - Indian University Guidance for Bangladeshi Students},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/millat/mistral-7b-indian-university-guidance},
doi = {10.57967/hf/7639},
note = {Fine-tuned with Unsloth + QLoRA on 7,044 domain-specific Q&A pairs}
}
```
### Dataset Citation
```bibtex
@misc{hosen2025indian_university_dataset,
author = {MD Millat Hosen and Md Moudud Ahmed Misil and Dr. Rohit Kumar Sachan},
title = {indian_university_guidance_for_bangladeshi_students},
year = {2025},
url = {https://huggingface.co/datasets/millat/indian_university_guidance_for_bangladeshi_students},
doi = {10.57967/hf/6295},
publisher = {Hugging Face}
}
```
## Acknowledgments
- [Unsloth](https://github.com/unslothai/unsloth) for efficient fine-tuning framework
- [Mistral AI](https://mistral.ai/) for the base model
- [Hugging Face](https://huggingface.co/) for model hosting and datasets infrastructure
- [SetForge](https://github.com/codermillat/SetForge) for the dataset generation pipeline
- [WebScrape](https://github.com/codermillat/WebScrape) for data collection
## License
Apache 2.0 - See [LICENSE](LICENSE) for details.
---
**Model Card Last Updated**: January 25, 2026 |