Astonzzh commited on
Commit
a8b4aa8
·
1 Parent(s): 0f253c9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: ids
7
+ sequence: string
8
+ - name: words
9
+ sequence: string
10
+ - name: labels
11
+ sequence: int64
12
+ - name: summary
13
+ dtype: string
14
+ - name: sentences
15
+ sequence: string
16
+ - name: sentence_labels
17
+ sequence: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 8968082
21
+ num_examples: 7360
22
+ - name: validation
23
+ num_bytes: 539444
24
+ num_examples: 409
25
+ - name: test
26
+ num_bytes: 509938
27
+ num_examples: 409
28
+ download_size: 3846123
29
+ dataset_size: 10017464
30
+ ---
31
+ # Dataset Card for "summary_seq_label_balanced_subject"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)