davidberenstein1957 HF staff commited on
Commit
6805151
1 Parent(s): e7646e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: prediction
7
+ list:
8
+ - name: score
9
+ dtype: float64
10
+ - name: text
11
+ dtype: string
12
+ - name: prediction_agent
13
+ dtype: string
14
+ - name: annotation
15
+ dtype: 'null'
16
+ - name: annotation_agent
17
+ dtype: 'null'
18
+ - name: id
19
+ dtype: string
20
+ - name: metadata
21
+ dtype: 'null'
22
+ - name: status
23
+ dtype: string
24
+ - name: event_timestamp
25
+ dtype: timestamp[us]
26
+ - name: metrics
27
+ struct:
28
+ - name: text_length
29
+ dtype: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 54894599
33
+ num_examples: 21417
34
+ download_size: 33032275
35
+ dataset_size: 54894599
36
+ ---
37
+ # Dataset Card for "news-summary"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)