Upload dataset
Browse filesUpload of the progmatically created TripletDollyQA dataset.
Model used: Babelscape/rebel-large
- README.md +26 -0
- test/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -25,6 +25,28 @@ dataset_info:
|
|
25 |
num_examples: 600
|
26 |
download_size: 983577
|
27 |
dataset_size: 1841744.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
- config_name: train
|
29 |
features:
|
30 |
- name: instruction
|
@@ -54,6 +76,10 @@ configs:
|
|
54 |
path: data/train-*
|
55 |
- split: test
|
56 |
path: data/test-*
|
|
|
|
|
|
|
|
|
57 |
- config_name: train
|
58 |
data_files:
|
59 |
- split: train
|
|
|
25 |
num_examples: 600
|
26 |
download_size: 983577
|
27 |
dataset_size: 1841744.0
|
28 |
+
- config_name: test
|
29 |
+
features:
|
30 |
+
- name: instruction
|
31 |
+
dtype: string
|
32 |
+
- name: context
|
33 |
+
list:
|
34 |
+
- name: head
|
35 |
+
dtype: string
|
36 |
+
- name: tail
|
37 |
+
dtype: string
|
38 |
+
- name: type
|
39 |
+
dtype: string
|
40 |
+
- name: response
|
41 |
+
dtype: string
|
42 |
+
- name: category
|
43 |
+
dtype: string
|
44 |
+
splits:
|
45 |
+
- name: train
|
46 |
+
num_bytes: 368729.4
|
47 |
+
num_examples: 600
|
48 |
+
download_size: 202601
|
49 |
+
dataset_size: 368729.4
|
50 |
- config_name: train
|
51 |
features:
|
52 |
- name: instruction
|
|
|
76 |
path: data/train-*
|
77 |
- split: test
|
78 |
path: data/test-*
|
79 |
+
- config_name: test
|
80 |
+
data_files:
|
81 |
+
- split: train
|
82 |
+
path: test/train-*
|
83 |
- config_name: train
|
84 |
data_files:
|
85 |
- split: train
|
test/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b44b1cf69fb0c189ea13ec4ed89f9e977bfde26c0a2a272c252723baba6bc2ea
|
3 |
+
size 202601
|