added citation
Browse files
README.md
CHANGED
@@ -174,4 +174,16 @@ The model was trained on a dataset that includes content from the internet, whic
|
|
174 |
This code repository and the model weights are licensed under the [Krutrim Community License.](LICENSE.md)
|
175 |
|
176 |
## Contact
|
177 |
-
Contributions are welcome! If you have any improvements or suggestions, feel free to submit a pull request on GitHub.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
This code repository and the model weights are licensed under the [Krutrim Community License.](LICENSE.md)
|
175 |
|
176 |
## Contact
|
177 |
+
Contributions are welcome! If you have any improvements or suggestions, feel free to submit a pull request on GitHub.
|
178 |
+
|
179 |
+
## Citation
|
180 |
+
```
|
181 |
+
@misc{Krutrim2LLM2025,
|
182 |
+
author = {Aditya Kallappa, Jay Piplodiya, Manoj Guduru, Neel Rachamalla, Palash Kamble, Souvik Rana, Vivek Dahiya, Ashish Kulkarni},
|
183 |
+
title = {Krutrim-2 LLM},
|
184 |
+
year = {2025},
|
185 |
+
publisher = {GitHub},
|
186 |
+
journal = {GitHub repository},
|
187 |
+
howpublished = {\url{https://github.com/ola-krutrim/Krutrim-2-12B}}
|
188 |
+
}
|
189 |
+
```
|