nielsr HF Staff commited on
Commit
e35e41f
·
verified ·
1 Parent(s): 1dcc4df

Improve model card with pipeline tag and library name

Browse files

This PR improves the model card by adding the `pipeline_tag: text-ranking` and `library_name: transformers` to the metadata. The `pipeline_tag` accurately reflects the model's use case, and the `library_name` ensures discoverability for users familiar with the Hugging Face Transformers ecosystem.

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- license: mit
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen2.5-7B-Instruct
 
 
 
 
 
7
  ---
 
8
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/654d784d71a30c4bca09a319/Q7MVJfIHDerQ24c1zwZwK.png)
9
 
10
  <font size=3><div align='center' >
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-7B-Instruct
4
+ language:
5
+ - en
6
+ license: mit
7
+ pipeline_tag: text-ranking
8
+ library_name: transformers
9
  ---
10
+
11
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/654d784d71a30c4bca09a319/Q7MVJfIHDerQ24c1zwZwK.png)
12
 
13
  <font size=3><div align='center' >