We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f5f85 commit 481a2ebCopy full SHA for 481a2eb
api/registry.yml
@@ -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
13
14
+ subfolder: resgated
15
16
+ ckpt: resgated.ckpt
17
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