Update model card: add pipeline tag, library name, and code link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- license: cc-by-nc-4.0
3
- language:
4
- - en
5
  base_model:
6
  - NovaSearch/stella_en_400M_v5
7
- pipeline_tag: sentence-similarity
 
 
 
 
8
  tags:
9
  - embeddings
10
  - agent
@@ -16,7 +17,9 @@ tags:
16
 
17
  # Critic-Embed
18
 
19
- Critic-Embed is the trained retiever from our paper [Critic-R: Improving Agentic Search using Instruction-tuned Retrievers with Natural Language Introspective Feedback](https://arxiv.org/abs/2606.00590)
 
 
20
 
21
  # Usage
22
 
 
1
  ---
 
 
 
2
  base_model:
3
  - NovaSearch/stella_en_400M_v5
4
+ language:
5
+ - en
6
+ license: cc-by-nc-4.0
7
+ pipeline_tag: text-retrieval
8
+ library_name: sentence-transformers
9
  tags:
10
  - embeddings
11
  - agent
 
17
 
18
  # Critic-Embed
19
 
20
+ Critic-Embed is the trained retriever from the paper [Critic-R: Improving Agentic Search using Instruction-tuned Retrievers with Natural Language Introspective Feedback](https://arxiv.org/abs/2606.00590).
21
+
22
+ **Code**: [https://github.com/zarif98sjs/Critic-R](https://github.com/zarif98sjs/Critic-R)
23
 
24
  # Usage
25