Datasets:
This project aims to develop a conversational AI model that assists solo female tourists in India by providing colloquial Hindi translations for everyday conversations. The model is trained on a dataset covering 13 vast variety of topics, ensuring that users receive accurate and helpful responses.
Browse files
README.md
CHANGED
|
@@ -1,22 +1,33 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
configs:
|
| 4 |
-
- config_name: default
|
| 5 |
-
data_files:
|
| 6 |
-
- split: train
|
| 7 |
-
path: data/train-*
|
| 8 |
-
dataset_info:
|
| 9 |
-
features:
|
| 10 |
-
- name: english_text
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: hindi_translation
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: topic
|
| 15 |
-
dtype: string
|
| 16 |
-
splits:
|
| 17 |
-
- name: train
|
| 18 |
-
num_bytes: 38603
|
| 19 |
-
num_examples: 236
|
| 20 |
-
download_size: 15185
|
| 21 |
-
dataset_size: 38603
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: english_text
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: hindi_translation
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: topic
|
| 15 |
+
dtype: string
|
| 16 |
+
splits:
|
| 17 |
+
- name: train
|
| 18 |
+
num_bytes: 38603
|
| 19 |
+
num_examples: 236
|
| 20 |
+
download_size: 15185
|
| 21 |
+
dataset_size: 38603
|
| 22 |
+
task_categories:
|
| 23 |
+
- translation
|
| 24 |
+
language:
|
| 25 |
+
- en
|
| 26 |
+
- hi
|
| 27 |
+
tags:
|
| 28 |
+
- biology
|
| 29 |
+
- finance
|
| 30 |
+
- legal
|
| 31 |
+
- medical
|
| 32 |
+
pretty_name: indiantranslator
|
| 33 |
+
---
|