NativUttarMini
A lightweight NLP project for question-answering tasks.
Features
- Pretraining on TriviaQA
- Fine-tuning on SQuAD
- Uses DistilBERT for efficiency
Usage
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
. - Run the project:
python main.py --config config.yaml
.
Structure
data/
: Scripts and datasets.models/
: Model definition and training.utils/
: Utilities.tests/
: Unit tests.notebooks/
: For exploration and analysis.
- Downloads last month
- 4