Jayveersinh-Raj
commited on
Commit
•
8b3498c
1
Parent(s):
18389c0
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- gu
|
7 |
+
tags:
|
8 |
+
- medical
|
9 |
+
- chemistry
|
10 |
+
- biology
|
11 |
+
- finance
|
12 |
+
- legal
|
13 |
+
- music
|
14 |
+
- art
|
15 |
+
- code
|
16 |
+
- climate
|
17 |
+
pretty_name: Gujarati grammarly
|
18 |
+
size_categories:
|
19 |
+
- 100K<n<1M
|
20 |
---
|
21 |
+
|
22 |
+
# Description
|
23 |
+
This is an artificially generated list of correct-incorrect sentence pairs for Gujarati. It can be used for sentence or spelling corrections.
|
24 |
+
|
25 |
+
# Use Case
|
26 |
+
1. Query correction
|
27 |
+
2. Prompt correction for language model
|
28 |
+
3. Zero-shot correction for better translation
|
29 |
+
4. Zero-shot applications to achieve similar applications for any language while training it on this dataset, as long as your model supports both languages. For example: Training an XLM-Rshared encoder-decoder model or prompt tuning a language model on this dataset and achieving inference in Italian or any other supported language, hence eliminating the need to have or generate such a dataset for the target language.
|