Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,6 @@ pipeline_tag: text-generation
|
|
23 |
|
24 |
|
25 |
|
26 |
-
|
27 |
<div align="center">
|
28 |
<h2>🎯 Background and Motivation</h2>
|
29 |
</div>
|
@@ -218,4 +217,24 @@ The model is designed for:
|
|
218 |
- Open-source contribution to Mojo ecosystem
|
219 |
- Supporting multilingual access to Mojo programming
|
220 |
|
221 |
-
Code should be reviewed and tested before production use, especially for performance-critical applications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
|
25 |
|
|
|
26 |
<div align="center">
|
27 |
<h2>🎯 Background and Motivation</h2>
|
28 |
</div>
|
|
|
217 |
- Open-source contribution to Mojo ecosystem
|
218 |
- Supporting multilingual access to Mojo programming
|
219 |
|
220 |
+
Code should be reviewed and tested before production use, especially for performance-critical applications.
|
221 |
+
|
222 |
+
|
223 |
+
|
224 |
+
<div align="center">
|
225 |
+
<h2>📚 Citation</h2>
|
226 |
+
</div>
|
227 |
+
|
228 |
+
If you find our work helpful, please consider citing our paper:
|
229 |
+
|
230 |
+
<div style="background-color: #f6f8fa; padding: 20px; border-radius: 5px; margin: 10px 0;">
|
231 |
+
<p style="margin-bottom: 10px;"><strong>MojoBench: Language Modeling and Benchmarks for Mojo</strong></p>
|
232 |
+
|
233 |
+
```bibtex
|
234 |
+
@inproceedings{Raihan2024MojoBenchLM,
|
235 |
+
title = {MojoBench: Language Modeling and Benchmarks for Mojo},
|
236 |
+
author = {Raihan, Nishat and Santos, Joanna C. S. and Zampieri, Marcos},
|
237 |
+
year = {2024},
|
238 |
+
url = {https://api.semanticscholar.org/CorpusID:273532552}
|
239 |
+
}
|
240 |
+
```
|