z-uo commited on
Commit
814f060
·
1 Parent(s): 88348c9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - question_answering
5
+ datasets:
6
+ - qasper
7
+ ---
8
+
9
+ # led-base for QA with qasper
10
+
11
+ A 10 epochs train of [Longformer Encoder Decoder Baselines for Qasper](https://github.com/allenai/qasper-led-baseline).
12
+
13
+ ## How to use
14
+ ```
15
+ git clone https://github.com/allenai/qasper-led-baseline.git
16
+ cd qasper-led-baseline
17
+ git clone https://huggingface.co/z-uo/led-base-qasper
18
+
19
+ pip install -r requirements.txt
20
+
21
+ # TODO test
22
+ python script/sample_qasper_answers.py
23
+ ```