Commit 6899c7c
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 6899c7c
1 file changed
+7
-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 | + | |
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
| |||
0 commit comments