Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
English
Size:
100K - 1M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,27 @@ task_ids:
|
|
19 |
- intent-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: BingCoronavirusQuerySet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for BingCoronavirusQuerySet
|
@@ -154,4 +175,4 @@ You can also load the data by country by using `queries_by="country"`.
|
|
154 |
|
155 |
### Contributions
|
156 |
|
157 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
19 |
- intent-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: BingCoronavirusQuerySet
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: int32
|
26 |
+
- name: Date
|
27 |
+
dtype: string
|
28 |
+
- name: Query
|
29 |
+
dtype: string
|
30 |
+
- name: IsImplicitIntent
|
31 |
+
dtype: string
|
32 |
+
- name: Country
|
33 |
+
dtype: string
|
34 |
+
- name: PopularityScore
|
35 |
+
dtype: int32
|
36 |
+
config_name: country_2020-09-01_2020-09-30
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 22052706
|
40 |
+
num_examples: 317856
|
41 |
+
download_size: 16351450
|
42 |
+
dataset_size: 22052706
|
43 |
---
|
44 |
|
45 |
# Dataset Card for BingCoronavirusQuerySet
|
|
|
175 |
|
176 |
### Contributions
|
177 |
|
178 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|