witchling22 commited on
Commit
a28cdbf
1 Parent(s): ebde380

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: source
14
+ dtype: string
15
+ - name: source_labels
16
+ dtype: string
17
+ - name: rouge_scores
18
+ dtype: string
19
+ - name: paper_id
20
+ dtype: string
21
+ - name: target
22
+ dtype: string
23
+ - name: full_source_text
24
+ dtype: string
25
+ - name: input_ids
26
+ sequence: int32
27
+ - name: attention_mask
28
+ sequence: int8
29
+ - name: labels
30
+ sequence: int64
31
+ splits:
32
+ - name: train
33
+ num_bytes: 17340567
34
+ num_examples: 1992
35
+ - name: test
36
+ num_bytes: 5620222
37
+ num_examples: 618
38
+ - name: validation
39
+ num_bytes: 5534448
40
+ num_examples: 619
41
+ download_size: 6328102
42
+ dataset_size: 28495237
43
+ ---
44
+ # Dataset Card for "tokenized_dataset_bart"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)