File size: 866 Bytes
f1f5f80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: Cell_id
    dtype: string
  - name: Age_group
    dtype: string
  - name: Sex
    dtype: string
  - name: Batch
    dtype: string
  - name: Donor_id
    dtype: string
  - name: Cluster_names
    dtype: string
  - name: Detailed_Cluster_names
    dtype: string
  - name: embedding
    sequence: float32
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 5723480687.999375
    num_examples: 461766
  - name: validation
    num_bytes: 5723480687.999375
    num_examples: 461766
  - name: test
    num_bytes: 2375294501.6819673
    num_examples: 191637
  download_size: 14440688903
  dataset_size: 13822255877.680717
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---