monsoon-nlp
commited on
Commit
•
af67f30
1
Parent(s):
496a8c6
Python help
Browse files
README.md
CHANGED
@@ -25,6 +25,11 @@ configs:
|
|
25 |
Proteins from UniProtKB (knowledge base), from select food crops and related species. <br/>
|
26 |
Amino acid sequences use [IUPAC-IUB codes](https://en.wikipedia.org/wiki/FASTA_format#Sequence_representation) where letters A-Z map to amino acids. <br/>
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
XML source from https://www.uniprot.org/help/downloads <br/>
|
29 |
CoLab notebook: https://colab.research.google.com/drive/1M6sO0Ws6i5z9VUXIXopiOqo1OkQ7K-1g?usp=sharing
|
30 |
|
|
|
25 |
Proteins from UniProtKB (knowledge base), from select food crops and related species. <br/>
|
26 |
Amino acid sequences use [IUPAC-IUB codes](https://en.wikipedia.org/wiki/FASTA_format#Sequence_representation) where letters A-Z map to amino acids. <br/>
|
27 |
|
28 |
+
Usage (due to different schema on splits):
|
29 |
+
```
|
30 |
+
load_dataset("monsoon-nlp/greenbeing-proteins", "pretraining", split="pretraining")
|
31 |
+
```
|
32 |
+
|
33 |
XML source from https://www.uniprot.org/help/downloads <br/>
|
34 |
CoLab notebook: https://colab.research.google.com/drive/1M6sO0Ws6i5z9VUXIXopiOqo1OkQ7K-1g?usp=sharing
|
35 |
|