LightFury9 commited on
Commit
4990e76
Β·
verified Β·
1 Parent(s): 78c8613

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -4
README.md CHANGED
@@ -1,10 +1,44 @@
1
  ---
2
- title: README
3
- emoji: πŸš€
4
  colorFrom: yellow
5
  colorTo: red
6
  sdk: static
7
- pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: IndicVerse
3
+ emoji: 🌏
4
  colorFrom: yellow
5
  colorTo: red
6
  sdk: static
7
+ pinned: true
8
  ---
9
 
10
+ # 🌏 IndicVerse
11
+
12
+ IndicVerse is dedicated to advancing natural language processing (NLP) capabilities for Indic languages. Our mission is to bridge the gap in NLP research for low-resource Indic languages by providing high-quality datasets, pre-trained models, and tools tailored for diverse linguistic needs.
13
+
14
+ ## πŸš€ What We Do
15
+ - **Datasets**: Creation and publication of datasets for various NLP tasks, including translation, classification, and generation, with a focus on Indic languages.
16
+ - **Models**: Development of state-of-the-art NLP models fine-tuned for Indic languages, leveraging techniques like PEFT and LoRA.
17
+ - **Research**: Conducting and sharing research to solve key challenges in Indic NLP, including transliteration, low-resource learning, and domain-specific applications.
18
+
19
+ ## πŸ“š Featured Projects
20
+ - **Hellaswag-Telugu**: A Telugu version of the Hellaswag dataset for advanced evaluation.
21
+ - **Indic Language Translation and Transliteration**: Custom tools and APIs for translation and mixed transliteration (Telugu-English).
22
+
23
+ ## πŸ› οΈ How to Contribute
24
+ We welcome contributions! Whether you’re interested in annotating data, building models, or sharing insights, feel free to get in touch.
25
+
26
+ ## 🌐 Links
27
+ - [Hugging Face Hub](https://huggingface.co/IndicVerse)
28
+
29
+
30
+ ## πŸ“œ Citation
31
+ If you use our datasets or models in your research, please cite us as follows:
32
+
33
+ ```
34
+ @misc{IndicVerse2024,
35
+ author = {Nikhil Chowdary Paleti and Divi Eswar Chowdary},
36
+ title = {Indic Verse: Datasets and Models for Advancing Indic Languages in NLP},
37
+ year = {2024},
38
+ publisher = {Hugging Face},
39
+ url = {https://huggingface.co/IndicVerse}
40
+ }
41
+ ```
42
+
43
+
44
+ ---