Commit da57dfe
committed
Expose seperator token
The seperator token is required in bert style rerankers, normally cls token is also required for rerankers but is currently deprecated in llama.cpp (as it is the same as the bos token for a model), and thus not necesary.1 parent a6565b0 commit da57dfe
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
188 | 197 | | |
189 | 198 | | |
190 | 199 | | |
| |||
0 commit comments