Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: data
|
6 |
-
dtype: string
|
7 |
-
splits:
|
8 |
-
- name: train
|
9 |
-
num_bytes: 4864562
|
10 |
-
num_examples: 98472
|
11 |
-
download_size: 3180212
|
12 |
-
dataset_size: 4864562
|
13 |
-
configs:
|
14 |
-
- config_name: default
|
15 |
-
data_files:
|
16 |
-
- split: train
|
17 |
-
path: data/train-*
|
18 |
-
task_categories:
|
19 |
-
- text-generation
|
20 |
-
- text2text-generation
|
21 |
-
language:
|
22 |
-
- en
|
23 |
-
pretty_name: Simple Daily Conversations Cleaned
|
24 |
-
size_categories:
|
25 |
-
- 10K<n<100K
|
26 |
-
---
|
27 |
# Dataset Card
|
28 |
|
29 |
<!-- Provide a quick summary of the dataset. -->
|
@@ -112,7 +112,10 @@ Users are encouraged to:
|
|
112 |
```bibtex
|
113 |
@misc {aarohan_verma_2025,
|
114 |
author = { {Aarohan Verma} },
|
|
|
115 |
year = 2025,
|
|
|
|
|
116 |
publisher = { Hugging Face }
|
117 |
}
|
118 |
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: data
|
6 |
+
dtype: string
|
7 |
+
splits:
|
8 |
+
- name: train
|
9 |
+
num_bytes: 4864562
|
10 |
+
num_examples: 98472
|
11 |
+
download_size: 3180212
|
12 |
+
dataset_size: 4864562
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: data/train-*
|
18 |
+
task_categories:
|
19 |
+
- text-generation
|
20 |
+
- text2text-generation
|
21 |
+
language:
|
22 |
+
- en
|
23 |
+
pretty_name: Simple Daily Conversations Cleaned
|
24 |
+
size_categories:
|
25 |
+
- 10K<n<100K
|
26 |
+
---
|
27 |
# Dataset Card
|
28 |
|
29 |
<!-- Provide a quick summary of the dataset. -->
|
|
|
112 |
```bibtex
|
113 |
@misc {aarohan_verma_2025,
|
114 |
author = { {Aarohan Verma} },
|
115 |
+
title = { simple-daily-conversations-cleaned },
|
116 |
year = 2025,
|
117 |
+
url = { https://huggingface.co/datasets/aarohanverma/simple-daily-conversations-cleaned },
|
118 |
+
doi = { 10.57967/hf/4880 },
|
119 |
publisher = { Hugging Face }
|
120 |
}
|
121 |
```
|