File size: 538 Bytes
4c4a61f 886451a 4c4a61f |
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 |
---
dataset_info:
features:
- name: prompt
dtype: string
- name: hit
dtype: int64
- name: screen_id
dtype: int64
- name: crispr_strategy
dtype: string
- name: gene
dtype: string
- name: phenotype
dtype: string
- name: cell_type
dtype: string
- name: gene_context
dtype: string
splits:
- name: train
num_bytes: 6391993
num_examples: 4549
download_size: 2064972
dataset_size: 6391993
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|