MCQ Biology Model - Fine-tuned Qwen3-0.6B with LoRA
Model Description
This model (sweatSmile/Qwen3-0.6B-4bit-NEET) is a fine-tuned version of Qwen/Qwen3-0.6B specifically trained on biology multiple-choice questions for NEET exam preparation using LoRA (Low-Rank Adaptation) with 4-bit quantization. The model has been optimized to understand and generate responses for biology questions in a structured format.
Model Details
Model Type: Causal Language Model
Base Model: Qwen/Qwen3-0.6B
This Model: sweatSmile/Qwen3-0.6B-4bit-NEET
Fine-tuning Method: Supervised Fine-Tuning (SFT) with LoRA
Quantization: 4-bit (NF4)
LoRA Configuration:
Rank (r): 8
Alpha: 16
Target Modules: All linear layers
Dropout: 0.05
Language: English
License: Apache-2.0
Parameters: 0.6B (4-bit quantized base + LoRA adapters)
Max Sequence Length: 32 tokens
Training Data
Dataset: sweatSmile/neet-biology-qa
Dataset Size: 793 samples after preprocessing
Format: Multiple choice questions with Subject, Question, Options (A-D), and Answer
Subject Focus: Biology (NEET exam preparation)
Dataset Quality Evaluation
To ensure the quality of the training data, we conducted a comprehensive evaluation using random samples from the dataset with an LLM-as-judge approach. The evaluation results demonstrate the reliability of our training data:
Small Sample Validation: 100% correctness score (3/3 samples correct)
Average Model Response Latency: 4.97-7.55 seconds
Evaluation Details:
Random samples were extracted from the training dataset for independent quality assessment
Multiple evaluation runs were conducted to ensure consistency
LLM-as-judge methodology was used to verify answer correctness
All evaluation runs completed successfully with no errors
High consistency across different sample sets indicates robust dataset quality
The consistently high correctness scores (82-100%) across different random samples validate that the dataset contains accurate, well-formatted biology questions suitable for NEET preparation. This quality assessment provides confidence in the model's training foundation and expected performance on similar biology multiple-choice questions.
Training Configuration
Training Method: Supervised Fine-Tuning with TRL SFTTrainer + LoRA
Sequence Length: 32 tokens (tokenized with padding)
Memory Optimizations Applied
4-bit Quantization: NF4 quantization for efficient memory usage
LoRA Fine-tuning: Only fine-tune small adapter layers instead of full model
Gradient Checkpointing: Enabled for memory efficiency
Sequence Length: Set to 32 tokens with padding
Batch Size: Minimized to 1 per device with gradient accumulation
Packing: Disabled (uses padding instead)
Mixed Precision: FP16 enabled
Data Format
The model was trained on data formatted as:
Subject: biology
Question: Which of the following tissues is responsible for secondary growth in dicot stems?
Options:
A. Intercalary meristem
B. Lateral meristem
C. Apical meristem
D. Dermal tissue
Answer: B<|endoftext|>