Datasets:
Formats:
parquet
Sub-tasks:
multi-class-classification
univariate-time-series-forecasting
tabular-multi-class-classification
Languages:
English
Size:
1M - 10M
ArXiv:
Tags:
timeseries
time-series
time-series-forecasting
tabular-regression
tabular-classification
univariate-time-series-forecasting
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -5491,6 +5491,39 @@ dataset_info:
|
|
| 5491 |
- name: validation
|
| 5492 |
num_bytes: 98129403
|
| 5493 |
num_examples: 34132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5494 |
---
|
| 5495 |
|
| 5496 |
# Dataset Card for GLUE
|
|
|
|
| 5491 |
- name: validation
|
| 5492 |
num_bytes: 98129403
|
| 5493 |
num_examples: 34132
|
| 5494 |
+
configs:
|
| 5495 |
+
- config_name: earthquake
|
| 5496 |
+
data_files:
|
| 5497 |
+
- split: train
|
| 5498 |
+
path: earthquake/train*
|
| 5499 |
+
- split: validation
|
| 5500 |
+
path: earthquake/validation*
|
| 5501 |
+
- split: test
|
| 5502 |
+
path: earthquake/test*
|
| 5503 |
+
- config_name: memetrack
|
| 5504 |
+
data_files:
|
| 5505 |
+
- split: train
|
| 5506 |
+
path: memetrack/train*
|
| 5507 |
+
- split: validation
|
| 5508 |
+
path: memetrack/validation*
|
| 5509 |
+
- split: test
|
| 5510 |
+
path: memetrack/test*
|
| 5511 |
+
- config_name: stackoverflow
|
| 5512 |
+
data_files:
|
| 5513 |
+
- split: train
|
| 5514 |
+
path: stackoverflow/train*
|
| 5515 |
+
- split: validation
|
| 5516 |
+
path: stackoverflow/validation*
|
| 5517 |
+
- split: test
|
| 5518 |
+
path: stackoverflow/test*
|
| 5519 |
+
- config_name: taxi_nyc_neighborhoods
|
| 5520 |
+
data_files:
|
| 5521 |
+
- split: train
|
| 5522 |
+
path: taxi_nyc_neighborhoods/train*
|
| 5523 |
+
- split: validation
|
| 5524 |
+
path: taxi_nyc_neighborhoods/validation*
|
| 5525 |
+
- split: test
|
| 5526 |
+
path: taxi_nyc_neighborhoods/test*
|
| 5527 |
---
|
| 5528 |
|
| 5529 |
# Dataset Card for GLUE
|