File size: 551 Bytes
814f060 a9a9f84 814f060 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
language: en
tags:
- question_answering
datasets:
- qasper
---
# led-base for QA with qasper
A 10 epochs train of [Longformer Encoder Decoder Baselines for Qasper](https://github.com/allenai/qasper-led-baseline).
## How to use
```
git clone https://github.com/allenai/qasper-led-baseline.git
cd qasper-led-baseline
git clone https://huggingface.co./z-uo/led-base-qasper
pip install -r requirements.txt
# TODO test
python scripts/sample_qasper_answers.py --model led-base-qasper --data qasper-dev-v0.2.json --samples 10 --out test_only.log
```
|