Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
License:
haritzpuerto commited on
Commit
37257d6
·
verified ·
1 Parent(s): a860dd7

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: source
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: constraint_desc
11
+ list: string
12
+ - name: key
13
+ dtype: string
14
+ - name: instruction_id_list
15
+ list: string
16
+ - name: kwargs
17
+ list:
18
+ - name: capital_frequency
19
+ dtype: int64
20
+ - name: capital_relation
21
+ dtype: string
22
+ - name: num_words
23
+ dtype: int64
24
+ - name: relation
25
+ dtype: string
26
+ - name: keyword
27
+ dtype: string
28
+ - name: frequency
29
+ dtype: int64
30
+ - name: prompt_to_repeat
31
+ dtype: string
32
+ - name: keywords
33
+ list: string
34
+ - name: forbidden_words
35
+ list: string
36
+ - name: num_highlights
37
+ dtype: int64
38
+ - name: end_phrase
39
+ dtype: string
40
+ - name: num_bullets
41
+ dtype: int64
42
+ - name: section_spliter
43
+ dtype: string
44
+ - name: num_sections
45
+ dtype: int64
46
+ - name: language
47
+ dtype: string
48
+ - name: prompt
49
+ dtype: string
50
+ splits:
51
+ - name: dev
52
+ num_bytes: 123575
53
+ num_examples: 90
54
+ - name: test
55
+ num_bytes: 478304
56
+ num_examples: 332
57
+ download_size: 223359
58
+ dataset_size: 601879
59
+ configs:
60
+ - config_name: default
61
+ data_files:
62
+ - split: dev
63
+ path: data/dev-*
64
+ - split: test
65
+ path: data/test-*
66
+ ---
data/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e3b1df2af8766ee27d0a20b57d11c1dce55f301c5cb99197fa6d90c45143849
3
+ size 56018
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8585b6ae713f9775f1e72f1602a67867f656e7e7baa4024e4883e44ca0b75df
3
+ size 167341