imbesat-rizvi
commited on
Commit
•
ae55d4b
1
Parent(s):
797359e
First commit with small musique_ans dataset.
Browse files- .gitattributes +1 -0
- README.md +78 -3
- musique_ans/test.json +3 -0
- musique_ans/train.json +3 -0
- musique_ans/val.json +3 -0
- musique_full/test.json +3 -0
- musique_full/train.json +3 -0
- musique_full/val.json +3 -0
- small-musique_ans/test.json +3 -0
- small-musique_ans/train.json +3 -0
- small-musique_ans/validation.json +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,78 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
|
4 |
+
dataset_info:
|
5 |
+
features:
|
6 |
+
- name: instruction
|
7 |
+
dtype: string
|
8 |
+
- name: combined_paragraphs
|
9 |
+
dtype: string
|
10 |
+
- name: question
|
11 |
+
dtype: string
|
12 |
+
- name: reasoning
|
13 |
+
dtype: string
|
14 |
+
- name: answer
|
15 |
+
dtype: string
|
16 |
+
- name: id
|
17 |
+
dtype: string
|
18 |
+
- name: paragraphs
|
19 |
+
list:
|
20 |
+
- name: idx
|
21 |
+
dtype: int64
|
22 |
+
- name: is_supporting
|
23 |
+
dtype: bool
|
24 |
+
- name: paragraph_text
|
25 |
+
dtype: string
|
26 |
+
- name: title
|
27 |
+
dtype: string
|
28 |
+
- name: question_decomposition
|
29 |
+
list:
|
30 |
+
- name: id
|
31 |
+
dtype: int64
|
32 |
+
- name: paragraph_support_idx
|
33 |
+
dtype: int64
|
34 |
+
- name: question
|
35 |
+
dtype: string
|
36 |
+
- name: raw_question
|
37 |
+
dtype: string
|
38 |
+
- name: answer
|
39 |
+
dtype: string
|
40 |
+
- name: statement
|
41 |
+
dtype: string
|
42 |
+
- name: answer_aliases
|
43 |
+
sequence: string
|
44 |
+
- name: answerable
|
45 |
+
dtype: bool
|
46 |
+
|
47 |
+
configs:
|
48 |
+
# - config_name: "musique_ans"
|
49 |
+
# version: 1.1.0
|
50 |
+
# data_files:
|
51 |
+
# - split: train
|
52 |
+
# path: "musique_ans/train.json"
|
53 |
+
# - split: validation
|
54 |
+
# path: "musique_ans/val.json"
|
55 |
+
# - split: test
|
56 |
+
# path: "musique_ans/test.json"
|
57 |
+
|
58 |
+
# - config_name: "musique_full"
|
59 |
+
# version: 1.1.0
|
60 |
+
# data_files:
|
61 |
+
# - split: train
|
62 |
+
# path: "musique_full/train.json"
|
63 |
+
# - split: validation
|
64 |
+
# path: "musique_full/val.json"
|
65 |
+
# - split: test
|
66 |
+
# path: "musique_full/test.json"
|
67 |
+
|
68 |
+
- config_name: "small-musique_ans"
|
69 |
+
version: 1.1.0
|
70 |
+
data_files:
|
71 |
+
- split: train
|
72 |
+
path: "small-musique_ans/train.json"
|
73 |
+
- split: validation
|
74 |
+
path: "small-musique_ans/validation.json"
|
75 |
+
- split: test
|
76 |
+
path: "small-musique_ans/test.json"
|
77 |
+
|
78 |
+
---
|
musique_ans/test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e21dd3b3ab8ef859fa897f5bcc5a2054dcc590f4682698682867fa143c21fbe2
|
3 |
+
size 59205039
|
musique_ans/train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:652613f5dda966c8f7c406c14f0c79f6ba92c897604f20de6317df9cde00d1bd
|
3 |
+
size 491122855
|
musique_ans/val.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:288b618844431cde59fca5e24e0ba7d7a078f25b37fd61fcd4a22bd9ae0ada6d
|
3 |
+
size 62178871
|
musique_full/test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac3e17f1362261c44797fe98261e881ab88de2f8dd5a736049c9dd9f359c04d8
|
3 |
+
size 116060372
|
musique_full/train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a062e6e87a933bf3f1c1c82ceb13e06c7382bdfd1d88d5540e41b0e9b58c5be
|
3 |
+
size 969605429
|
musique_full/val.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0774c84df62be745cc4f02bf9bbb36b13545123fe388b28eb1d323e52ddd11f9
|
3 |
+
size 121210603
|
small-musique_ans/test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ec9613be467adfecf308d0180506a59d94fec04a938a69a3c5ced87d44878c7
|
3 |
+
size 27170975
|
small-musique_ans/train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99f47c2ca40215f3dbca358982f35f2120999bc19b4494dfb1e683c88d271ad6
|
3 |
+
size 54346662
|
small-musique_ans/validation.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:860a0e7efd02808b871ffd34809b955681d6080337b45b4f9edcbb7a3296b160
|
3 |
+
size 13563953
|