| | --- |
| | 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 |
| | ``` |
| |
|