qiaoruiyt nielsr HF Staff commited on
Commit
b84e187
·
verified ·
1 Parent(s): 19956db

Add pipeline tag and library name (#1)

Browse files

- Add pipeline tag and library name (2dd021669a3582ee484fc4c18cc24de450262542)
- Update tag (1a027240783cc762e95b472f9d92d8fe0ac119c5)


Co-authored-by: Niels Rogge <[email protected]>

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).