jayasuryajsk
commited on
Commit
•
222accc
1
Parent(s):
46ade89
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- jayasuryajsk/spoken_telugu
|
5 |
+
language:
|
6 |
+
- te
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
|
9 |
+
|
10 |
---
|
11 |
+
# Llama-3-8b-Telugu_Romanized
|
12 |
+
|
13 |
+
Llama-3 8B finetune on synthetic data of Telugu Language.
|
14 |
+
|
15 |
+
## Model Details
|
16 |
+
|
17 |
+
### Model Description
|
18 |
+
|
19 |
+
The Llama-3-8b-Telugu-Romanized model is a language model designed for various natural language processing tasks in the Telugu language, using the Romanized script with language-mixing(English and Telugu words). It can be applied to tasks such as language generation, text completion, question answering, and other downstream NLP applications specific to the Telugu language, particularly in spoken or informal contexts where Language-mixing is prevalent.
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
- **Developed by:** Jaya Surya Kommireddy
|
25 |
+
- **Language(s) (NLP):** Telugu (Romanized) with code-mixing (English nouns, Telugu verbs, and mixed adjectives) and English
|
26 |
+
- **Finetuned from model:** unsloth/llama-3-8b-bnb-4bit
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
## Uses
|
31 |
+
|
32 |
+
The model can be used directly for tasks such as language generation, text completion, and question answering in the Telugu language with code-mixing.
|
33 |
+
|