nielsr HF Staff commited on
Commit
a36ca9e
·
verified ·
1 Parent(s): 77ff288

Correct pipeline tag and add library name

Browse files

This PR corrects the `pipeline_tag` from `text-generation` to the more appropriate `feature-extraction`, reflecting the model's use in information retrieval. It also adds `library_name: transformers` to the metadata, clarifying the model's compatibility with the Transformers library.

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
- license: mit
3
- datasets:
4
- - jhu-clsp/rank1-training-data
5
  base_model:
6
  - Qwen/Qwen2.5-7B
7
- pipeline_tag: text-generation
 
 
 
 
 
8
  tags:
9
  - reranker
10
  - retrieval
11
- language:
12
- - en
13
  ---
14
 
15
  # rank1-7b: Test-Time Compute for Reranking in Information Retrieval
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-7B
4
+ datasets:
5
+ - jhu-clsp/rank1-training-data
6
+ language:
7
+ - en
8
+ license: mit
9
+ pipeline_tag: feature-extraction
10
  tags:
11
  - reranker
12
  - retrieval
13
+ library_name: transformers
 
14
  ---
15
 
16
  # rank1-7b: Test-Time Compute for Reranking in Information Retrieval