Updated details
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ tags:
|
|
8 |
model-index:
|
9 |
- name: english-hindi-colloquial-translator
|
10 |
results: []
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,18 +24,24 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
More information needed
|
29 |
|
30 |
## Training and evaluation data
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
|
|
8 |
model-index:
|
9 |
- name: english-hindi-colloquial-translator
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- vanshikasundrani/english-hindi-colloquial-dataset
|
13 |
+
- cfilt/iitb-english-hindi
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
Model to translate the English to Hindi Language
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
More information needed
|
32 |
|
33 |
## Training and evaluation data
|
34 |
+
Base pretrained dataset:
|
35 |
+
Training and Evaluation Data is present in: vanshikasundrani/english-hindi-colloquial-dataset
|
36 |
+
prompt = f"""### Human: You are a Hindi colloquial language translator. Translate the following English text to Hindi colloquial language (spoken Hindi).
|
37 |
+
Here are some examples:
|
38 |
+
"See you later?" -> ""बाद में मिलते हैं?"
|
39 |
+
"How are you?" -> "कैसे हो?"
|
40 |
+
"What's your plan?" -> "तुम्हारा क्या प्लान है?"
|
41 |
|
42 |
## Training procedure
|
43 |
|
44 |
+
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|