katarinayuan commited on
Commit
c38aefb
·
verified ·
1 Parent(s): 35c786c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: gene_expression_nums
5
+ sequence: float64
6
+ - name: input_ids
7
+ sequence: int64
8
+ - name: cell_dataset_id
9
+ dtype: string
10
+ - name: cell_disease
11
+ dtype: string
12
+ - name: cell_assay_ids
13
+ dtype: int64
14
+ - name: cell_donor_local_ids
15
+ dtype: int64
16
+ - name: cell_ct_ontology
17
+ dtype: string
18
+ - name: label
19
+ dtype: int64
20
+ - name: cell_tissue
21
+ dtype: string
22
+ - name: cell_tissue_ontology
23
+ dtype: string
24
+ - name: cell_dev
25
+ dtype: string
26
+ - name: cell_counts
27
+ dtype: float64
28
+ - name: length
29
+ dtype: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 9180927449
33
+ num_examples: 341681
34
+ download_size: 1628222956
35
+ dataset_size: 9180927449
36
+ ---
37
+ # Dataset Card for "scCello_ood_tissue_data2"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)