dvilasuero commited on
Commit
9612395
1 Parent(s): 7d268ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -7
README.md CHANGED
@@ -15,17 +15,39 @@ dataset_info:
15
  features:
16
  - name: text
17
  dtype: string
18
- - name: target
 
 
 
 
 
 
19
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  splits:
21
  - name: train
22
- num_bytes: 221357.01754385966
23
- num_examples: 100
24
  - name: test
25
- num_bytes: 30989.98245614035
26
- num_examples: 14
27
- download_size: 106376
28
- dataset_size: 252347.0
29
  ---
30
  # Dataset Card for "news-summary"
31
 
15
  features:
16
  - name: text
17
  dtype: string
18
+ - name: prediction
19
+ list:
20
+ - name: score
21
+ dtype: float64
22
+ - name: text
23
+ dtype: string
24
+ - name: prediction_agent
25
  dtype: string
26
+ - name: annotation
27
+ dtype: 'null'
28
+ - name: annotation_agent
29
+ dtype: 'null'
30
+ - name: id
31
+ dtype: string
32
+ - name: metadata
33
+ dtype: 'null'
34
+ - name: status
35
+ dtype: string
36
+ - name: event_timestamp
37
+ dtype: timestamp[us]
38
+ - name: metrics
39
+ struct:
40
+ - name: text_length
41
+ dtype: int64
42
  splits:
43
  - name: train
44
+ num_bytes: 2563132.0446374374
45
+ num_examples: 1000
46
  - name: test
47
+ num_bytes: 52331466.955362566
48
+ num_examples: 20417
49
+ download_size: 33207109
50
+ dataset_size: 54894599.0
51
  ---
52
  # Dataset Card for "news-summary"
53