Fix arXiv primaryClass to cs.LG
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ MIT — see the GitHub repo. Citation block is the same as the pretrained card.
|
|
| 88 |
year = {2026},
|
| 89 |
eprint = {2605.28111},
|
| 90 |
archivePrefix = {arXiv},
|
| 91 |
-
primaryClass = {
|
| 92 |
url = {https://arxiv.org/abs/2605.28111}
|
| 93 |
}
|
| 94 |
```
|
|
|
|
| 88 |
year = {2026},
|
| 89 |
eprint = {2605.28111},
|
| 90 |
archivePrefix = {arXiv},
|
| 91 |
+
primaryClass = {cs.LG},
|
| 92 |
url = {https://arxiv.org/abs/2605.28111}
|
| 93 |
}
|
| 94 |
```
|