Asutosh2003 commited on
Commit
d7632de
·
1 Parent(s): b22b4c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: article
5
+ dtype: string
6
+ - name: abstract
7
+ dtype: string
8
+ - name: input_ids
9
+ sequence: int32
10
+ - name: attention_mask
11
+ sequence: int8
12
+ - name: labels
13
+ sequence: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 9692577180
17
+ num_examples: 203037
18
+ - name: validation
19
+ num_bytes: 296631062
20
+ num_examples: 6436
21
+ - name: test
22
+ num_bytes: 297275288
23
+ num_examples: 6440
24
+ download_size: 4391426343
25
+ dataset_size: 10286483530
26
+ ---
27
+ # Dataset Card for "arxiv_tokenized"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)