fengxy03 commited on
Commit
2781eea
·
verified ·
1 Parent(s): d83f947

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -59,3 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
  Multi_species_exon_classification/test.jsonl filter=lfs diff=lfs merge=lfs -text
61
  Multi_species_exon_classification/train.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
  Multi_species_exon_classification/test.jsonl filter=lfs diff=lfs merge=lfs -text
61
  Multi_species_exon_classification/train.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ Multi_species_three_prime_utr_classification/train.jsonl filter=lfs diff=lfs merge=lfs -text
Human_genomic_element_classification/element2label.txt CHANGED
@@ -2,4 +2,4 @@ element,label
2
  3' UTR,0
3
  5' UTR,1
4
  Exon,2
5
- Protein-coding gene,3
 
2
  3' UTR,0
3
  5' UTR,1
4
  Exon,2
5
+ Protein-coding gene,3
Mouse_genomic_element_classification/element2label.txt CHANGED
@@ -2,4 +2,4 @@ element,label
2
  3' UTR,0
3
  5' UTR,1
4
  Exon,2
5
- Protein-coding gene,3
 
2
  3' UTR,0
3
  5' UTR,1
4
  Exon,2
5
+ Protein-coding gene,3
Multi_species_exon_classification/species2label.txt CHANGED
@@ -4,4 +4,4 @@ Worm,1
4
  Chicken,2
5
  Fruit Fly,3
6
  Mouse,4
7
- Zebrafish,5
 
4
  Chicken,2
5
  Fruit Fly,3
6
  Mouse,4
7
+ Zebrafish,5
Multi_species_five_prime_utr_classification/eval.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
Multi_species_five_prime_utr_classification/species2label.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ species,label
2
+ Human,0
3
+ Worm,1
4
+ Chicken,2
5
+ Fruit Fly,3
6
+ Mouse,4
7
+ Zebrafish,5
Multi_species_five_prime_utr_classification/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
Multi_species_five_prime_utr_classification/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
Multi_species_three_prime_utr_classification/eval.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
Multi_species_three_prime_utr_classification/species2label.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ species,label
2
+ Human,0
3
+ Worm,1
4
+ Chicken,2
5
+ Fruit Fly,3
6
+ Mouse,4
7
+ Zebrafish,5
Multi_species_three_prime_utr_classification/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
Multi_species_three_prime_utr_classification/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:150159030121b5c237536bc8e6529b9f76681b819113d233b5ad42bfe82ae570
3
+ size 10491809
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  license: mit
3
  ---
4
-
5
  ## Summary
6
  This dataset is constructed based on annotations from **Ensembl** Database.
7
  Through a filtration pipeline, genomic element sequences—including **3' UTR, 5' UTR, Exon, and Protein-coding gene**—were extracted and integrated.
@@ -30,7 +29,6 @@ dataset = load_dataset(
30
  | Human_genomic_element_classification |{seq, label} | 12,000 | 6,000 | 6,000 |1,024|
31
  | Mouse_genomic_element_classification |{seq, label} | 12,000 | 6,000 | 6,000 |1,024|
32
  | Multi_species_exon_classification |{seq, label} | 16,346 | 7,592 | 7,593 |1,024|
33
-
34
  ### Human_genomic_element_classification / Mouse_genomic_element_classification
35
  | Genomic element | Label |
36
  |:---------:|:-----------:|
@@ -38,7 +36,6 @@ dataset = load_dataset(
38
  |5' UTR|1|
39
  |Exon|2|
40
  |Protein-coding gene|3|
41
-
42
  ### Multi_species_exon_classification
43
  | Species | Label |
44
  |:---------:|:-----------:|
 
1
  ---
2
  license: mit
3
  ---
 
4
  ## Summary
5
  This dataset is constructed based on annotations from **Ensembl** Database.
6
  Through a filtration pipeline, genomic element sequences—including **3' UTR, 5' UTR, Exon, and Protein-coding gene**—were extracted and integrated.
 
29
  | Human_genomic_element_classification |{seq, label} | 12,000 | 6,000 | 6,000 |1,024|
30
  | Mouse_genomic_element_classification |{seq, label} | 12,000 | 6,000 | 6,000 |1,024|
31
  | Multi_species_exon_classification |{seq, label} | 16,346 | 7,592 | 7,593 |1,024|
 
32
  ### Human_genomic_element_classification / Mouse_genomic_element_classification
33
  | Genomic element | Label |
34
  |:---------:|:-----------:|
 
36
  |5' UTR|1|
37
  |Exon|2|
38
  |Protein-coding gene|3|
 
39
  ### Multi_species_exon_classification
40
  | Species | Label |
41
  |:---------:|:-----------:|