File size: 3,821 Bytes
56d3381 8bc7f73 a1dd6c4 8bc7f73 ce19c71 8bc7f73 a1dd6c4 2e8975b 4b70050 6b25eab 4b70050 a1dd6c4 4b70050 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
---
title: README
emoji: 🏢
colorFrom: green
colorTo: pink
sdk: static
pinned: false
---
## About
The Odia Generative AI (in short, OdiaGenAI) is an initiative to research Generative AI and Large Language Models (LLMs) for the low-resource Odia language.
## Objective
The OdiaGenAI aims to
1. Build pre-trained Odia LLM,
2. Fine-tuned Odia LLM, and
3. Instruct LLM (Odia).
The data, code, and models will be available to the public for research and non-commercial purposes.
## Why OdiaGenAI
* **First**: Though many LLMs support multilingual, including Odia language, the performance for various tasks (e.g., content generation, question-answering) is limited due to the amount of ingested data for Odia.
* **Second**: There are subscriptions or fees associated with the high-performing LLMs.
* **Third**: The usage (privacy) and bias of data input to these LLMs are in question.
## What are the focus research areas of OdiaGenAI
We have divided the primary focus areas into three parts.
**1. Literature Survey:** Investigate the latest developments in Generative AI and LLMs and analyze current methods to support the Odia language for different tasks.
**2. Development:** Developing pre-trained and fine-tuned Odia LLM, which includes dataset preparation, model training, evaluation, prompt engineering, and API development.
**3. Deployment:** Deploy the Odia LLM models for public access for research and non-commercial purposes.
## Who can use OdiaGenAI LLMs
The models (pre-trained/fine-tuned) will be available through Hugging Face for research and non-commercial purposes. Feel free to contact us for a domain-specific application or particular use cases.
## What are the use cases of OdiaGenAI LLMs
There are several use cases of OdiaGenAI LLMs. Three primary domains relating to Odisha which we are focusing to use the developed LLM are:
* Education
* Healthcare
* Governance
* Tourism
* Agriculture
* Industrial Application
## Contributors
* [Shantipriya Parida (Founder)](https://www.linkedin.com/in/shantipriya-parida-9781a9127/)
* [Sambit Sekhar (Founder)](https://www.linkedin.com/in/sambit-sekhar-ai/)
* [Soumendra Kumar Sahoo](https://www.linkedin.com/in/soumendrak/)
* [Swateek Jena](https://www.linkedin.com/in/swateek/)
* [Abhijeet Parida](https://www.linkedin.com/in/a-parida/)
* [Dr. Satya Ranjan Dash](https://ksca.kiit.ac.in/profiles/satya-ranjan-dash/)
* [Guneet Singh Kohli](https://www.linkedin.com/in/guneetsk99/)
*About our logo:* The critically endangered [Olive Ridley](https://roundglasssustain.com/photostories/olive-ridley-turtles-endangered) sea turtle is the world's smallest and most prevalent marine turtle. Travel thousands of kilometers in the ocean for nesting. The Gahirmatha Marine Sanctuary in [Odisha](https://en.wikipedia.org/wiki/Odisha) is the largest known mass nesting rookery for olive ridley sea turtles worldwide.
## Citation
If you find this repository useful, please consider giving 👏 and citing:
```
@misc{OdiaGenAI,
author = {Shantipriya Parida and Sambit Sekhar and Soumendra Kumar Sahoo and Swateek Jena and Abhijeet Parida and Satya Ranjan Dash and Guneet Singh Kohli},
title = {OdiaGenAI: Generative AI and LLM Initiative for the Odia Language},
year = {2023},
publisher = {Hugging Face},
journal = {Hugging Face repository},
howpublished = {\url{https://huggingface.co/OdiaGenAI}},
}
```
## License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg |