Skip to content

Commit 481a2eb

Browse files
committed
api registry
1 parent a4f5f85 commit 481a2eb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

api/registry.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
electra:
2+
hugging_face:
3+
repo_id: aditya0by0/python-chebifier
4+
subfolder: electra
5+
files:
6+
ckpt: electra.ckpt
7+
labels: classes.txt
8+
repo_url: https://github.com/ChEB-AI/python-chebai
9+
wrapper: chebifier.prediction_models.ElectraPredictor
10+
11+
resgated:
12+
hugging_face:
13+
repo_id: aditya0by0/python-chebifier
14+
subfolder: resgated
15+
files:
16+
ckpt: resgated.ckpt
17+
labels: classes.txt
18+
repo_url: https://github.com/ChEB-AI/python-chebai-graph
19+
wrapper: chebifier.prediction_models.ResGatedPredictor
20+
21+
chemlog:
22+
repo_url: https://github.com/sfluegel05/chemlog-peptides
23+
wrapper: chebifier.prediction_models.ChemLogPredictor

0 commit comments

Comments
 (0)