Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
lhoestq HF staff commited on
Commit
665587c
1 Parent(s): ef6016b

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -20,6 +20,67 @@ task_ids: []
20
  paperswithcode_id: discofuse
21
  tags:
22
  - sentence-fusion
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for "discofuse"
 
20
  paperswithcode_id: discofuse
21
  tags:
22
  - sentence-fusion
23
+ dataset_info:
24
+ - config_name: discofuse-sport
25
+ features:
26
+ - name: connective_string
27
+ dtype: string
28
+ - name: discourse_type
29
+ dtype: string
30
+ - name: coherent_second_sentence
31
+ dtype: string
32
+ - name: has_coref_type_pronoun
33
+ dtype: float32
34
+ - name: incoherent_first_sentence
35
+ dtype: string
36
+ - name: incoherent_second_sentence
37
+ dtype: string
38
+ - name: has_coref_type_nominal
39
+ dtype: float32
40
+ - name: coherent_first_sentence
41
+ dtype: string
42
+ splits:
43
+ - name: test
44
+ num_bytes: 151656323
45
+ num_examples: 445521
46
+ - name: train
47
+ num_bytes: 14736279993
48
+ num_examples: 43291020
49
+ - name: validation
50
+ num_bytes: 150207737
51
+ num_examples: 440902
52
+ download_size: 4326637746
53
+ dataset_size: 15038144053
54
+ - config_name: discofuse-wikipedia
55
+ features:
56
+ - name: connective_string
57
+ dtype: string
58
+ - name: discourse_type
59
+ dtype: string
60
+ - name: coherent_second_sentence
61
+ dtype: string
62
+ - name: has_coref_type_pronoun
63
+ dtype: float32
64
+ - name: incoherent_first_sentence
65
+ dtype: string
66
+ - name: incoherent_second_sentence
67
+ dtype: string
68
+ - name: has_coref_type_nominal
69
+ dtype: float32
70
+ - name: coherent_first_sentence
71
+ dtype: string
72
+ splits:
73
+ - name: test
74
+ num_bytes: 64008158
75
+ num_examples: 163657
76
+ - name: train
77
+ num_bytes: 6377924196
78
+ num_examples: 16310585
79
+ - name: validation
80
+ num_bytes: 65682035
81
+ num_examples: 168081
82
+ download_size: 1717422334
83
+ dataset_size: 6507614389
84
  ---
85
 
86
  # Dataset Card for "discofuse"