dexiongc commited on
Commit
2fef165
·
verified ·
1 Parent(s): f2d764a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -30,10 +30,10 @@ Part of the [TEDBench](https://github.com/BorgwardtLab/TEDBench) benchmark
30
 
31
  | Split | Structures |
32
  |-------|----------:|
33
- | Test | 27,638 |
34
 
35
  **965 CATH topology (T-level) classes** — same label space as
36
- [dexiongc/tedbench](https://huggingface.co/datasets/dexiongc/tedbench).
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("dexiongc/tedbench-cath", split="test")
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]