nicolasb92
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
3 |
+
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
4 |
+
{}
|
5 |
+
---
|
6 |
+
|
7 |
+
# Sample dataset for PETAL model
|
8 |
+
|
9 |
+
<!-- Provide a quick summary of the dataset. -->
|
10 |
+
|
11 |
+
This dataset is a sample dataset to test the functionalities of the PETAL model (encoder and decoder).
|
12 |
+
It is based on CASP15 dataset, see
|
13 |
+
- https://predictioncenter.org/casp15/
|
14 |
+
- https://github.com/Bhattacharya-Lab/CASP15
|
15 |
+
|
16 |
+
The `registries` folder contains the registry of CASP15 dataset (a csv file with filename, pdb_id, etc.)
|