nielsr HF Staff commited on
Commit
c14e40e
·
verified ·
1 Parent(s): 7882a13

Add pipeline tag and library name

Browse files

This PR enhances the model card by adding:
- `library_name: transformers`: This enables the automated "how to use" widget for the Transformers library, making it easier for users to get started. The current `Example Codes` section clearly shows compatibility with `transformers.AutoConfig`, `transformers.AutoModel`, and `transformers.AutoTokenizer`.
- `pipeline_tag: feature-extraction`: This improves model discoverability on the Hugging Face Hub under the "feature-extraction" pipeline, accurately reflecting the model's primary function of generating text embeddings.

Files changed (1) hide show
  1. README.md +3 -1
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-Large
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  tags:
6
  - recommendation
7
  - collaborative filtering
8
+ library_name: transformers
9
+ pipeline_tag: feature-extraction
10
  ---
11
 
12
  # EasyRec-Large