eanderson commited on
Commit
88f70cc
1 Parent(s): 0453e81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,14 +1,28 @@
1
  ---
2
  license: mit
3
-
4
-
5
  configs:
6
  - config_name: default
7
  data_files:
8
  - split: train
9
- path: "train.json"
10
  - split: test
11
- path: "test.json"
12
  - split: val
13
- path: "val.json"
 
 
14
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
 
 
3
  configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: train.json
8
  - split: test
9
+ path: test.json
10
  - split: val
11
+ path: val.json
12
+ language:
13
+ - 'no'
14
  ---
15
+
16
+ # Dataset
17
+
18
+ Sourced from:
19
+
20
+ https://github.com/ltgoslo/NorQuAD
21
+
22
+ @InProceedings{IvaAndJen2023,
23
+ author = {Sardana Ivanova, Fredrik Aas Andreassen, Matias Jentoft, Sondre Wold and Lilja {\O}vrelid},
24
+ title = {NorQuAD: Norwegian Question Answering Dataset},
25
+ booktitle = {Proceedings of the 24th Nordic Conference on Computational Linguistics},
26
+ year = {2023},
27
+ address = {Torshavn, Pharoe Islands},
28
+ }