Update README.md
Browse files
README.md
CHANGED
@@ -44,3 +44,14 @@ configs:
|
|
44 |
- split: train
|
45 |
path: wikipedia/train-*
|
46 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
- split: train
|
45 |
path: wikipedia/train-*
|
46 |
---
|
47 |
+
|
48 |
+
|
49 |
+
# Final Dataset for HuggingFace
|
50 |
+
|
51 |
+
This repository contains the final dataset created using various resources. The primary datasets used for the construction of this final dataset are:
|
52 |
+
|
53 |
+
- [Telugu NLP Dataset from Kaggle](https://www.kaggle.com/datasets/sudalairajkumar/telugu-nlp)
|
54 |
+
- [Telugu ASR Corpus from HuggingFace](https://huggingface.co/datasets/parambharat/telugu_asr_corpus)
|
55 |
+
- [Wikipedia Telugu Dataset from Wikimedia on HuggingFace](https://huggingface.co/datasets/wikimedia/wikipedia)
|
56 |
+
|
57 |
+
These datasets have been combined to form a comprehensive resource for Telugu Natural Language Processing (NLP) tasks.
|