This model is a fine-tuned version of Gemma 4 trained for retrieval and reranking tasks. Given a search query and a collection of candidate passages, the model selects and returns the most relevant passage from the provided corpus.
1[
2 {"role": "system", "content": "<|GET|>"},
3 {
4 "role": "user",
5 "content": {
6 "query": "most dependable affordable cars",
7 "corpus": [
8 "Document 1...",
9 "Document 2...",
10 "If you can look past its bargain interior and anonymous exterior, the Suzuki SX4 is one of the most reliable and affordable all-wheel-drive cars."
11 ]
12 }
13 }
14]
This model was fine-tuned using Unsloth for fast and memory-efficient training.