nielsr HF Staff commited on
Commit
38276bb
·
verified ·
1 Parent(s): e010b6f

Add pipeline tag, library name, and improve paper links in model card

Browse files

This PR enhances the model card by:
- Adding the `pipeline_tag: feature-extraction` to correctly categorize the model for embedding generation, improving its discoverability on the Hugging Face Hub.
- Adding `library_name: transformers`, as the model is compatible with the `transformers` library, which will enable the automated "How to use" widget on the model page with a `transformers` code snippet.
- Improving the paper link section to include a direct link to the Hugging Face paper page for [EasyRec: Simple yet Effective Language Models for Recommendation](https://huggingface.co/papers/2408.08821), alongside the existing arXiv link.

These additions will improve the discoverability, usability, and completeness of the model's documentation on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  tags:
6
  - recommendation
7
  - collaborative filtering
 
 
8
  ---
9
 
10
  # EasyRec-Small
@@ -16,7 +18,7 @@ tags:
16
  - **Evaluation**: We evaluate the performance of EasyRec in: (i) Text-based zero-shot recommendation and (ii) Text-enhanced collaborative filtering.
17
  - **Finetuned from model:** EasyRec is finetuned from [RoBERTa](https://huggingface.co/FacebookAI/roberta-large) within English.
18
 
19
- For details please refer to our [💻[GitHub Code](https://github.com/HKUDS/EasyRec)] and [📖[Paper](https://arxiv.org/abs/2408.08821)].
20
 
21
  ## Get Started
22
 
@@ -78,7 +80,7 @@ We release a series of EasyRec checkpoints with varying sizes. You can easily lo
78
  | [hkuds/easyrec-roberta-base](https://huggingface.co/hkuds/easyrec-roberta-base) | 125M | 0.0518 |
79
  | [hkuds/easyrec-roberta-large](https://huggingface.co/hkuds/easyrec-roberta-large) | 355M | 0.0557 |
80
 
81
- ## 🌟 Citation
82
  If you find this work is helpful to your research, please consider citing our paper:
83
  ```bibtex
84
  @article{ren2024easyrec,
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  tags:
6
  - recommendation
7
  - collaborative filtering
8
+ pipeline_tag: feature-extraction
9
+ library_name: transformers
10
  ---
11
 
12
  # EasyRec-Small
 
18
  - **Evaluation**: We evaluate the performance of EasyRec in: (i) Text-based zero-shot recommendation and (ii) Text-enhanced collaborative filtering.
19
  - **Finetuned from model:** EasyRec is finetuned from [RoBERTa](https://huggingface.co/FacebookAI/roberta-large) within English.
20
 
21
+ For details please refer to our [\ud83d\udcd6 Paper (Hugging Face)](https://huggingface.co/papers/2408.08821) | [\ud83d\udcd6 Paper (arXiv)](https://arxiv.org/abs/2408.08821) | [\ud83d\udcbb GitHub Code](https://github.com/HKUDS/EasyRec).
22
 
23
  ## Get Started
24
 
 
80
  | [hkuds/easyrec-roberta-base](https://huggingface.co/hkuds/easyrec-roberta-base) | 125M | 0.0518 |
81
  | [hkuds/easyrec-roberta-large](https://huggingface.co/hkuds/easyrec-roberta-large) | 355M | 0.0557 |
82
 
83
+ ## \ud83c\udf1f Citation
84
  If you find this work is helpful to your research, please consider citing our paper:
85
  ```bibtex
86
  @article{ren2024easyrec,