nielsr HF Staff commited on
Commit
a8680e7
·
verified ·
1 Parent(s): eac63d5

Add pipeline tag, library name, and link to paper

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card metadata. The `pipeline_tag` is set to `text-to-text` given the classification and retrieval tasks described in the paper, and the `library_name` is set to `transformers`. It also adds a link to the paper.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
- 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.
 
 
 
 
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).