reichenbach commited on
Commit
63d413a
1 Parent(s): b34ee6a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -21,26 +21,25 @@ paperswithcode_id: null
21
  tags:
22
  - abstractive-summarization
23
  dataset_info:
24
- - config_name: arxiv
25
  features:
26
  - name: article
27
  dtype: string
28
  - name: abstract
29
  dtype: string
30
- - name: section_names
31
- dtype: string
32
  splits:
33
  - name: train
34
- num_bytes: 7148341992
35
  num_examples: 203037
36
  - name: validation
37
- num_bytes: 217125524
38
- num_examples: 6436
39
- - name: test
40
- num_bytes: 217514961
41
  num_examples: 6440
42
- download_size: 4504646347
43
- dataset_size: 7582982477
 
 
 
44
  ---
45
 
46
  # Dataset Card for "scientific_papers"
 
21
  tags:
22
  - abstractive-summarization
23
  dataset_info:
 
24
  features:
25
  - name: article
26
  dtype: string
27
  - name: abstract
28
  dtype: string
29
+ - name: embeddings
30
+ sequence: float64
31
  splits:
32
  - name: train
33
+ num_bytes: 8367611540
34
  num_examples: 203037
35
  - name: validation
36
+ num_bytes: 256178362
 
 
 
37
  num_examples: 6440
38
+ - name: test
39
+ num_bytes: 255771184
40
+ num_examples: 6436
41
+ download_size: 4718720913
42
+ dataset_size: 8879561086
43
  ---
44
 
45
  # Dataset Card for "scientific_papers"