Instructions to use jsunn-y/CARE_pretrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jsunn-y/CARE_pretrained with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jsunn-y/CARE_pretrained", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-to-text
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Pretrained models used for evaluation under the CARE benchmarks, which were trained using the training splits in CARE. For Task 1, we include CLEAN and Pika. For Task 2, we include CREEP and CLIPZyme.
|
| 8 |
+
|
| 9 |
+
This repository contains models described in [CARE: a Benchmark Suite for the Classification and Retrieval of Enzymes](https://arxiv.org/abs/2406.15669).
|