Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,82 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
-
|
18 |
-
data_files:
|
19 |
-
- split: train
|
20 |
-
path: data/train-*
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pretty_name: Telugu Colloquial Corpus (Tokenized)
|
3 |
+
dataset_summary: A tokenized version of the Telugu Colloquial Corpus, containing examples of informal Telugu language use.
|
4 |
+
language:
|
5 |
+
- te
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
- masked-language-modeling
|
9 |
+
- sentiment-classification
|
10 |
+
tags:
|
11 |
+
- telugu
|
12 |
+
- colloquial
|
13 |
+
- nlp
|
14 |
+
- tokenization
|
15 |
+
license: cc-by-sa-4.0
|
16 |
+
size_categories:
|
17 |
+
- 1K<n<10K
|
|
|
|
|
|
|
18 |
---
|
19 |
+
|
20 |
+
# Telugu Colloquial Corpus (Tokenized)
|
21 |
+
|
22 |
+
This dataset is a tokenized version of the Telugu Colloquial Corpus (TeCC). It contains examples of informal, everyday Telugu language, including slang, regional variations, and conversational patterns.
|
23 |
+
|
24 |
+
## Dataset Details
|
25 |
+
|
26 |
+
* **Language:** Telugu (te)
|
27 |
+
* **Tokenization:** Tokenized using the `bert-base-multilingual-cased` tokenizer from the `transformers` library.
|
28 |
+
* **Source:** [Describe where the original data came from – e.g., collected from online forums, friends, family, manually transcribed conversations. Be as specific as possible.]
|
29 |
+
* **Purpose:** This dataset is intended for use in NLP tasks such as:
|
30 |
+
* Training language models for Telugu to generate text.
|
31 |
+
* Fine-tuning pre-trained models for Telugu to improve understanding of informal language.
|
32 |
+
* Developing chatbots and other conversational AI applications for Telugu.
|
33 |
+
* Research on Telugu colloquial language.
|
34 |
+
|
35 |
+
## Data Fields
|
36 |
+
|
37 |
+
The dataset contains the following features:
|
38 |
+
|
39 |
+
* `input_ids`: The input token IDs (integers representing tokens in the tokenizer's vocabulary).
|
40 |
+
* `attention_mask`: The attention mask (1 = attend to, 0 = ignore padding).
|
41 |
+
* `token_type_ids`: Identifies which sequence a token belongs to (all 0s in this dataset, as it's a single-sequence task).
|
42 |
+
|
43 |
+
## Data Collection and Preprocessing
|
44 |
+
|
45 |
+
The original data was collected from [Describe sources and methods used to collect the data].
|
46 |
+
It was then preprocessed as follows:
|
47 |
+
|
48 |
+
* Tokenized using the `bert-base-multilingual-cased` tokenizer with these settings:
|
49 |
+
* `padding`: longest
|
50 |
+
* `truncation`: True
|
51 |
+
* The following columns from the original JSON data were removed:
|
52 |
+
* `Colloquial_Telugu`
|
53 |
+
* `Standard_Telugu`
|
54 |
+
* `English`
|
55 |
+
* `Source`
|
56 |
+
* `Notes`
|
57 |
+
* `Type`
|
58 |
+
* `Answer`
|
59 |
+
* `Meaning`
|
60 |
+
* `Author`
|
61 |
+
|
62 |
+
[Optional: Describe any other cleaning, normalization, or data augmentation steps you performed.]
|
63 |
+
|
64 |
+
## Ethical Considerations
|
65 |
+
|
66 |
+
[Discuss any ethical considerations related to the data, such as privacy, bias, cultural sensitivity, or potential misuse. Be transparent about any potential limitations of the dataset.]
|
67 |
+
|
68 |
+
## Limitations
|
69 |
+
|
70 |
+
* The dataset is relatively small (304 examples), which may limit the performance of models trained on it.
|
71 |
+
* The dataset may contain biases present in the original data sources.
|
72 |
+
* The coverage of different Telugu dialects and social groups may be uneven.
|
73 |
+
* The `bert-base-multilingual-cased` tokenizer may not be ideal for Telugu. A tokenizer trained specifically on Telugu text could improve results.
|
74 |
+
|
75 |
+
|
76 |
+
## Citation
|
77 |
+
|
78 |
+
Please cite this dataset as follows:
|
79 |
+
|
80 |
+
#contact
|
81 |
+
Ankitha Chowdary
|
82 |