Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,10 +30,10 @@ Part of the [TEDBench](https://github.com/BorgwardtLab/TEDBench) benchmark
|
|
| 30 |
|
| 31 |
| Split | Structures |
|
| 32 |
|-------|----------:|
|
| 33 |
-
| Test |
|
| 34 |
|
| 35 |
**965 CATH topology (T-level) classes** — same label space as
|
| 36 |
-
[
|
| 37 |
|
| 38 |
## Schema
|
| 39 |
|
|
@@ -59,7 +59,7 @@ same CATH topology strings and integer indices as the TEDBench training set.
|
|
| 59 |
from datasets import load_dataset
|
| 60 |
import torch
|
| 61 |
|
| 62 |
-
cath = load_dataset("
|
| 63 |
sample = cath[0]
|
| 64 |
|
| 65 |
coords = torch.tensor(sample["coords"]) # [L, 3, 3]
|
|
|
|
| 30 |
|
| 31 |
| Split | Structures |
|
| 32 |
|-------|----------:|
|
| 33 |
+
| Test | 28,010 |
|
| 34 |
|
| 35 |
**965 CATH topology (T-level) classes** — same label space as
|
| 36 |
+
[TEDBench/ted](https://huggingface.co/datasets/TEDBench/ted).
|
| 37 |
|
| 38 |
## Schema
|
| 39 |
|
|
|
|
| 59 |
from datasets import load_dataset
|
| 60 |
import torch
|
| 61 |
|
| 62 |
+
cath = load_dataset("TEDBench/cath", split="test")
|
| 63 |
sample = cath[0]
|
| 64 |
|
| 65 |
coords = torch.tensor(sample["coords"]) # [L, 3, 3]
|