ankitha29 commited on
Commit
04f3a10
·
verified ·
1 Parent(s): 43d8294

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -19
README.md CHANGED
@@ -1,21 +1,82 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: input_ids
5
- sequence: int32
6
- - name: token_type_ids
7
- sequence: int8
8
- - name: attention_mask
9
- sequence: int8
10
- splits:
11
- - name: train
12
- num_bytes: 120384
13
- num_examples: 304
14
- download_size: 10680
15
- dataset_size: 120384
16
- configs:
17
- - config_name: default
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