lhoestq HF staff commited on
Commit
3c099cb
1 Parent(s): bf31550

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +32 -2
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - en
8
  license:
9
  - other
10
- license_details: "Microsoft Research Data License Agreement"
11
  multilinguality:
12
  - monolingual
13
  size_categories:
@@ -18,6 +18,36 @@ task_categories:
18
  - summarization
19
  task_ids: []
20
  pretty_name: MsrTextCompression
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # Dataset Card for [Dataset Name]
@@ -155,4 +185,4 @@ Microsoft Research Data License Agreement
155
 
156
  ### Contributions
157
 
158
- Thanks to [@jeromeku](https://github.com/jeromeku) for adding this dataset.
 
7
  - en
8
  license:
9
  - other
10
+ license_details: Microsoft Research Data License Agreement
11
  multilinguality:
12
  - monolingual
13
  size_categories:
 
18
  - summarization
19
  task_ids: []
20
  pretty_name: MsrTextCompression
21
+ dataset_info:
22
+ features:
23
+ - name: source_id
24
+ dtype: string
25
+ - name: domain
26
+ dtype: string
27
+ - name: source_text
28
+ dtype: string
29
+ - name: targets
30
+ sequence:
31
+ - name: compressed_text
32
+ dtype: string
33
+ - name: judge_id
34
+ dtype: string
35
+ - name: num_ratings
36
+ dtype: int64
37
+ - name: ratings
38
+ sequence: int64
39
+ splits:
40
+ - name: test
41
+ num_bytes: 804536
42
+ num_examples: 785
43
+ - name: train
44
+ num_bytes: 5001312
45
+ num_examples: 4936
46
+ - name: validation
47
+ num_bytes: 449691
48
+ num_examples: 447
49
+ download_size: 0
50
+ dataset_size: 6255539
51
  ---
52
 
53
  # Dataset Card for [Dataset Name]
 
185
 
186
  ### Contributions
187
 
188
+ Thanks to [@jeromeku](https://github.com/jeromeku) for adding this dataset.