Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
2f4bf07
1 Parent(s): 52dc8b2

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -17,9 +17,9 @@ task_categories:
17
  - text-classification
18
  task_ids:
19
  - intent-classification
20
- paperswithcode_id: null
21
  pretty_name: BingCoronavirusQuerySet
22
  dataset_info:
 
23
  features:
24
  - name: id
25
  dtype: int32
@@ -33,13 +33,18 @@ dataset_info:
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
 
17
  - text-classification
18
  task_ids:
19
  - intent-classification
 
20
  pretty_name: BingCoronavirusQuerySet
21
  dataset_info:
22
+ config_name: country_2020-09-01_2020-09-30
23
  features:
24
  - name: id
25
  dtype: int32
 
33
  dtype: string
34
  - name: PopularityScore
35
  dtype: int32
 
36
  splits:
37
  - name: train
38
+ num_bytes: 22052194
39
  num_examples: 317856
40
+ download_size: 6768102
41
+ dataset_size: 22052194
42
+ configs:
43
+ - config_name: country_2020-09-01_2020-09-30
44
+ data_files:
45
+ - split: train
46
+ path: country_2020-09-01_2020-09-30/train-*
47
+ default: true
48
  ---
49
 
50
  # Dataset Card for BingCoronavirusQuerySet
country_2020-09-01_2020-09-30/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caea2c4420516b33f8d1515bec0686702b94d2c74cdb2ccbd16104d9875e4ee6
3
+ size 6768102
dataset_infos.json CHANGED
@@ -1 +1,54 @@
1
- {"country_2020-09-01_2020-09-30": {"description": "This dataset was curated from the Bing search logs (desktop users only) over the period of Jan 1st, 2020 \u2013 (Current Month - 1). Only searches that were issued many times by multiple users were included. The dataset includes queries from all over the world that had an intent related to the Coronavirus or Covid-19. In some cases this intent is explicit in the query itself (e.g., \u201cCoronavirus updates Seattle\u201d), in other cases it is implicit , e.g. \u201cShelter in place\u201d. The implicit intent of search queries (e.g., \u201cToilet paper\u201d) was extracted using random walks on the click graph as outlined in this paper by Microsoft Research. All personal data were removed.\n", "citation": "", "homepage": "https://github.com/microsoft/BingCoronavirusQuerySet", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "Date": {"dtype": "string", "id": null, "_type": "Value"}, "Query": {"dtype": "string", "id": null, "_type": "Value"}, "IsImplicitIntent": {"dtype": "string", "id": null, "_type": "Value"}, "Country": {"dtype": "string", "id": null, "_type": "Value"}, "PopularityScore": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bing_coronavirus_query_set", "config_name": "country_2020-09-01_2020-09-30", "version": "0.0.0", "splits": {"train": {"name": "train", "num_bytes": 22052706, "num_examples": 317856, "dataset_name": "bing_coronavirus_query_set"}}, "download_checksums": {"https://raw.githubusercontent.com/microsoft/BingCoronavirusQuerySet/master/data/2020/QueriesByCountry_2020-09-01_2020-09-30.tsv": {"num_bytes": 16351450, "checksum": "ff0eac0790cd4a276cb83c74200d692b0b38b6dc36cfc93b513415aed3dc724b"}}, "download_size": 16351450, "post_processing_size": null, "dataset_size": 22052706, "size_in_bytes": 38404156}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "country_2020-09-01_2020-09-30": {
3
+ "description": "This dataset was curated from the Bing search logs (desktop users only) over the period of Jan 1st, 2020 \u2013 (Current Month - 1). Only searches that were issued many times by multiple users were included. The dataset includes queries from all over the world that had an intent related to the Coronavirus or Covid-19. In some cases this intent is explicit in the query itself (e.g., \u201cCoronavirus updates Seattle\u201d), in other cases it is implicit , e.g. \u201cShelter in place\u201d. The implicit intent of search queries (e.g., \u201cToilet paper\u201d) was extracted using random walks on the click graph as outlined in this paper by Microsoft Research. All personal data were removed.\n",
4
+ "citation": "",
5
+ "homepage": "https://github.com/microsoft/BingCoronavirusQuerySet",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "int32",
10
+ "_type": "Value"
11
+ },
12
+ "Date": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "Query": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "IsImplicitIntent": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "Country": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "PopularityScore": {
29
+ "dtype": "int32",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "builder_name": "bing_coronavirus_query_set",
34
+ "dataset_name": "bing_coronavirus_query_set",
35
+ "config_name": "country_2020-09-01_2020-09-30",
36
+ "version": {
37
+ "version_str": "1.0.0",
38
+ "major": 1,
39
+ "minor": 0,
40
+ "patch": 0
41
+ },
42
+ "splits": {
43
+ "train": {
44
+ "name": "train",
45
+ "num_bytes": 22052194,
46
+ "num_examples": 317856,
47
+ "dataset_name": null
48
+ }
49
+ },
50
+ "download_size": 6768102,
51
+ "dataset_size": 22052194,
52
+ "size_in_bytes": 28820296
53
+ }
54
+ }