Add pipeline tag and library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- license: cc-by-sa-4.0
3
- language:
4
- - en
5
  base_model:
6
  - meta-llama/Llama-3.1-8B
 
 
 
 
 
7
  ---
 
8
  ## Model Summary
9
  ReasonIR-8B is the first retriever specifically trained for general reasoning tasks, achieving the state-of-the-art retrieval performance
10
  on BRIGHT (reasoning-intensive retrieval).
 
1
  ---
 
 
 
2
  base_model:
3
  - meta-llama/Llama-3.1-8B
4
+ language:
5
+ - en
6
+ license: cc-by-sa-4.0
7
+ pipeline_tag: feature-extraction
8
+ library_name: transformers
9
  ---
10
+
11
  ## Model Summary
12
  ReasonIR-8B is the first retriever specifically trained for general reasoning tasks, achieving the state-of-the-art retrieval performance
13
  on BRIGHT (reasoning-intensive retrieval).