U-rara commited on
Commit
2ac8545
·
1 Parent(s): 26e2e39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -29,8 +29,14 @@ The Gener Tasks currently includes 2 subtasks:
29
  * The taxonomic classification task is designed to assess the model's comprehension of longer sequences, which include both gene and predominantly non-gene regions, ranging in length from 10,000 to 100,000 bp. Samples are similarly balanced and sourced from RefSeq across the same six taxonomic groups, with the objective being to predict the taxonomic group of each sample.
30
 
31
  ## How to use
32
- ```
 
 
 
 
33
 
 
 
34
  ```
35
 
36
  ## Citation
 
29
  * The taxonomic classification task is designed to assess the model's comprehension of longer sequences, which include both gene and predominantly non-gene regions, ranging in length from 10,000 to 100,000 bp. Samples are similarly balanced and sourced from RefSeq across the same six taxonomic groups, with the objective being to predict the taxonomic group of each sample.
30
 
31
  ## How to use
32
+ ```python
33
+ from datasets import load_dataset
34
+
35
+ # Load gene_classification task
36
+ datasets = load_dataset("GenerTeam/gener-tasks",name='gene_classification')
37
 
38
+ # Load taxonomic_classification task
39
+ datasets = load_dataset("GenerTeam/gener-tasks",name='taxonomic_classification')
40
  ```
41
 
42
  ## Citation