We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dc95e commit be156afCopy full SHA for be156af
1 file changed
examples/reranker/README.md
@@ -72,7 +72,7 @@ from LM_Cocktail import mix_models, mix_models_with_data
72
# Mix fine-tuned model and base model; then save it to output_path: ./mixed_model_1
73
model = mix_models(
74
model_names_or_paths=["BAAI/bge-reranker-base", "your_fine-tuned_model"],
75
- model_type='encoder',
+ model_type='reranker',
76
weights=[0.5, 0.5], # you can change the weights to get a better trade-off.
77
output_path='./mixed_model_1')
78
```
0 commit comments