Commit
·
f1cf24c
1
Parent(s):
fe995ce
lfs add pretraining file
Browse files- .gitattributes +1 -0
- README.md +11 -3
- plant_proteins_train.csv +0 -0
- proteins_finetuning.csv +3 -0
- proteins_pretraining.csv +3 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -5,6 +5,13 @@ tags:
|
|
| 5 |
- biology
|
| 6 |
- botany
|
| 7 |
pretty_name: GreenBeing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# GreenBeing Proteins dataset
|
|
@@ -15,11 +22,12 @@ Amino acid sequences use [IUPAC-IUB codes](https://en.wikipedia.org/wiki/FASTA_f
|
|
| 15 |
XML source from https://www.uniprot.org/help/downloads <br/>
|
| 16 |
CoLab notebook: https://colab.research.google.com/drive/1M6sO0Ws6i5z9VUXIXopiOqo1OkQ7K-1g?usp=sharing
|
| 17 |
|
| 18 |
-
## Pretraining set
|
| 19 |
|
| 20 |
Amino acid sequences for **unreviewed proteins (TrEMBL)**
|
| 21 |
|
| 22 |
-
Each row contains a species or subspecies name (for filtering), and the amino acid sequence.
|
|
|
|
| 23 |
|
| 24 |
### Share of taxa
|
| 25 |
|
|
@@ -72,4 +80,4 @@ The reviewed sequences are often similar to unreviewed sequences from related sp
|
|
| 72 |
|
| 73 |
Species include inedible wild relatives.<br/>
|
| 74 |
Some people have allergic reactions to wheat/gluten, nightshades, maize, and other crops.<br/>
|
| 75 |
-
Chili peppers can be painfully spicy.
|
|
|
|
| 5 |
- biology
|
| 6 |
- botany
|
| 7 |
pretty_name: GreenBeing
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: pretraining
|
| 12 |
+
path: "proteins_pretraining.csv"
|
| 13 |
+
- split: finetuning
|
| 14 |
+
path: "proteins_finetuning.csv"
|
| 15 |
---
|
| 16 |
|
| 17 |
# GreenBeing Proteins dataset
|
|
|
|
| 22 |
XML source from https://www.uniprot.org/help/downloads <br/>
|
| 23 |
CoLab notebook: https://colab.research.google.com/drive/1M6sO0Ws6i5z9VUXIXopiOqo1OkQ7K-1g?usp=sharing
|
| 24 |
|
| 25 |
+
## Pretraining set
|
| 26 |
|
| 27 |
Amino acid sequences for **unreviewed proteins (TrEMBL)**
|
| 28 |
|
| 29 |
+
Each row contains a species or subspecies name (for filtering), and the amino acid sequence of a protein.
|
| 30 |
+
Large proteins are split into a new row every 8,000 letters.
|
| 31 |
|
| 32 |
### Share of taxa
|
| 33 |
|
|
|
|
| 80 |
|
| 81 |
Species include inedible wild relatives.<br/>
|
| 82 |
Some people have allergic reactions to wheat/gluten, nightshades, maize, and other crops.<br/>
|
| 83 |
+
Chili peppers can be painfully spicy.
|
plant_proteins_train.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
proteins_finetuning.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10a5e47706233410fe8bf5829766d0491422f533431bb3773793cfc20afbbaa2
|
| 3 |
+
size 7227627
|
proteins_pretraining.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf9a4fd56c0b88a5d4d48eeda60fae8b28cbac962faba72686242f286bc73977
|
| 3 |
+
size 1540835223
|