dflevine13 commited on
Commit
50bedf1
·
verified ·
1 Parent(s): 31a55e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ - split: val
11
+ path: data/val-*
12
+ dataset_info:
13
+ features:
14
+ - name: input_ids
15
+ dtype: string
16
+ - name: cell_type
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 2314316937
21
+ num_examples: 218732
22
+ - name: test
23
+ num_bytes: 288846799
24
+ num_examples: 27388
25
+ - name: val
26
+ num_bytes: 289505418
27
+ num_examples: 27382
28
+ download_size: 2322876358
29
+ dataset_size: 2892669154
30
  ---