Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- hi
|
| 5 |
---
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
| 9 |
+
|
| 10 |
+
## Model description
|
| 11 |
+
|
| 12 |
+
mistral_hindi_7b_base_v1 is based on Mistral_7b and finetuned with the Hindi instruction set.
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
### Licensing Information
|
| 16 |
+
|
| 17 |
+
This work is licensed under a
|
| 18 |
+
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
|
| 19 |
+
|
| 20 |
+
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
|
| 21 |
+
|
| 22 |
+
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 23 |
+
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
|
| 24 |
+
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
|
| 25 |
+
|
| 26 |
+
### Citation Information
|
| 27 |
+
|
| 28 |
+
If you find this helpful repository, please consider giving 👏 and citing:
|
| 29 |
+
|
| 30 |
+
```
|
| 31 |
+
@misc{mistral_hindi_7b_base_v1,
|
| 32 |
+
author = {Shantipriya Parida and Sambit Sekhar},
|
| 33 |
+
title = {OdiaGenAI_Mistral_Hindi_7b_Base_V1},
|
| 34 |
+
year = {2023},
|
| 35 |
+
publisher = {Hugging Face},
|
| 36 |
+
journal = {Hugging Face repository},
|
| 37 |
+
howpublished = {\url{https://huggingface.co/OdiaGenAI}},
|
| 38 |
+
}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
Contributors:
|
| 42 |
+
- Sambit Shekhar
|
| 43 |
+
- Shantipriya Parida
|