Update pipeline tag
Browse filesIt looks like the POLAR models accidentally got the "text-ranking" tag, but that only applies to rerankers (cross-encoders), not to reward models.
Would be great to update the other models too!
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
- RL
|
| 11 |
- RFT
|
| 12 |
- Reward Model
|
| 13 |
-
pipeline_tag: text-
|
| 14 |
library_name: transformers
|
| 15 |
---
|
| 16 |
|
|
|
|
| 10 |
- RL
|
| 11 |
- RFT
|
| 12 |
- Reward Model
|
| 13 |
+
pipeline_tag: text-generation
|
| 14 |
library_name: transformers
|
| 15 |
---
|
| 16 |
|