Question Answering
Edit model card

NativUttarMini

A lightweight NLP project for question-answering tasks.

Features

  • Pretraining on TriviaQA
  • Fine-tuning on SQuAD
  • Uses DistilBERT for efficiency

Usage

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt.
  3. 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
Inference Examples
Unable to determine this model's library. Check the docs .

Datasets used to train sanjudebnath/Numini