Commit eefd274
Strip size suffixes from model names before arXiv search
Queries like all:"OLMo 2 32B" return no results because papers use the
base name ("OLMo 2"), not the size-qualified form. A regex now strips
trailing parameter/context suffixes (7B, 32B, 1.4B, 4K, 160M) while
leaving MoE names like "Mixtral 8x7B" intact.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2352d76 commit eefd274
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
508 | 509 | | |
509 | 510 | | |
510 | 511 | | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
511 | 516 | | |
512 | 517 | | |
513 | 518 | | |
514 | | - | |
| 519 | + | |
515 | 520 | | |
516 | 521 | | |
517 | 522 | | |
| |||
0 commit comments