Datasets:
Update dataset card with task category, paper link and GitHub repository
Browse filesHi! I'm Niels from the community science team at Hugging Face.
This PR improves the dataset card by:
- Updating the `task_categories` to `graph-ml`.
- Linking the dataset to the associated paper: [Protein Fold Classification at Scale: Benchmarking and Pretraining](https://huggingface.co/papers/2605.18552).
- Adding a link to the official GitHub repository.
These changes help researchers discover and use this dataset more effectively within the Hugging Face ecosystem.
README.md
CHANGED
|
@@ -1,21 +1,19 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: bsd-3-clause
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
task_ids:
|
| 6 |
-
- multi-class-classification
|
| 7 |
-
language:
|
| 8 |
-
- en
|
| 9 |
-
tags:
|
| 10 |
-
- protein
|
| 11 |
-
- structure
|
| 12 |
-
- fold-classification
|
| 13 |
-
- tedbench
|
| 14 |
-
- cath
|
| 15 |
-
- experimental
|
| 16 |
pretty_name: TEDBench-CATH
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# TEDBench-CATH (CATH 4.4 external test set)
|
|
@@ -23,8 +21,11 @@ size_categories:
|
|
| 23 |
External test set derived from **CATH 4.4** experimental structures (40 %
|
| 24 |
non-redundant set), used to evaluate TEDBench models on crystallographic data.
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Dataset statistics
|
| 30 |
|
|
@@ -93,4 +94,4 @@ predictions).
|
|
| 93 |
|
| 94 |
## License
|
| 95 |
|
| 96 |
-
BSD-3-Clause
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: bsd-3-clause
|
| 5 |
+
size_categories:
|
| 6 |
+
- 10K<n<100K
|
| 7 |
task_categories:
|
| 8 |
+
- graph-ml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pretty_name: TEDBench-CATH
|
| 10 |
+
tags:
|
| 11 |
+
- protein
|
| 12 |
+
- structure
|
| 13 |
+
- fold-classification
|
| 14 |
+
- tedbench
|
| 15 |
+
- cath
|
| 16 |
+
- experimental
|
| 17 |
---
|
| 18 |
|
| 19 |
# TEDBench-CATH (CATH 4.4 external test set)
|
|
|
|
| 21 |
External test set derived from **CATH 4.4** experimental structures (40 %
|
| 22 |
non-redundant set), used to evaluate TEDBench models on crystallographic data.
|
| 23 |
|
| 24 |
+
This dataset is part of the **TEDBench** benchmark, introduced in the paper [Protein Fold Classification at Scale: Benchmarking and Pretraining](https://huggingface.co/papers/2605.18552).
|
| 25 |
+
|
| 26 |
+
**Links:**
|
| 27 |
+
- **Code:** [https://github.com/BorgwardtLab/TEDBench](https://github.com/BorgwardtLab/TEDBench)
|
| 28 |
+
- **Paper:** [https://huggingface.co/papers/2605.18552](https://huggingface.co/papers/2605.18552)
|
| 29 |
|
| 30 |
## Dataset statistics
|
| 31 |
|
|
|
|
| 94 |
|
| 95 |
## License
|
| 96 |
|
| 97 |
+
BSD-3-Clause
|