Update README.md
Browse files
README.md
CHANGED
|
@@ -22,10 +22,12 @@ tokenizer = PreTrainedTokenizerFast.from_pretrained("mmukh/SOBertBase")
|
|
| 22 |
### BibTeX entry and citation info
|
| 23 |
|
| 24 |
```bibtex
|
| 25 |
-
@
|
| 26 |
-
title={
|
| 27 |
author={Mukherjee, Manisha and Hellendoorn, Vincent J},
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
|
| 30 |
}
|
| 31 |
```
|
|
|
|
| 22 |
### BibTeX entry and citation info
|
| 23 |
|
| 24 |
```bibtex
|
| 25 |
+
@inproceedings{mukherjee2025skill,
|
| 26 |
+
title={Skill over Scale: The Case for Medium, Domain-Specific Models for SE},
|
| 27 |
author={Mukherjee, Manisha and Hellendoorn, Vincent J},
|
| 28 |
+
booktitle={2025 IEEE/ACM Second International Conference on AI Foundation Models and Software Engineering (Forge)},
|
| 29 |
+
pages={212--223},
|
| 30 |
+
year={2025},
|
| 31 |
+
organization={IEEE}
|
| 32 |
}
|
| 33 |
```
|