Commit 56006a9
committed
Add README_MODEL_NAME_OVERRIDES and wrap CodeForces row
The "CodeForces cot Finetune for Reasoning on CodeForces" model name is
51 characters and forces the README table cell to render on a single
very wide line. Add a per-notebook display-name override map keyed by
the on-disk basename so notebooks with verbose auto-derived names can
embed <br> tags and wrap onto multiple lines.
Apply the override to:
CodeForces-cot-Finetune_for_Reasoning_on_CodeForces.ipynb
Kaggle-CodeForces-cot-Finetune_for_Reasoning_on_CodeForces.ipynb
Both rows now render as
CodeForces cot Finetune
for Reasoning on CodeForces
instead of one 51-char line. The override slot is empty for every other
notebook, so this is the only row that changes shape.1 parent 584604c commit 56006a9
2 files changed
+22
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
956 | 968 | | |
957 | 969 | | |
958 | 970 | | |
| |||
2990 | 3002 | | |
2991 | 3003 | | |
2992 | 3004 | | |
2993 | | - | |
2994 | | - | |
| 3005 | + | |
| 3006 | + | |
| 3007 | + | |
| 3008 | + | |
| 3009 | + | |
| 3010 | + | |
| 3011 | + | |
| 3012 | + | |
2995 | 3013 | | |
2996 | 3014 | | |
2997 | 3015 | | |
| |||
0 commit comments