Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# ClimateShiftMonitor
|
9 |
+
|
10 |
+
tags: climate change, prediction, time series
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'ClimateShiftMonitor' dataset is a curated collection of textual descriptions and time-stamped records indicating significant climatic events. It is designed for researchers and analysts to monitor and study patterns in climate change. Each record contains a brief description of the event, along with a timestamp, and a label indicating the type of event.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
date,description,label
|
22 |
+
2022-01-01,Unusually high snowfall in Siberia,Blizzard
|
23 |
+
2022-02-15,A significant increase in ocean temperatures off the coast of Australia,Warm Current Shift
|
24 |
+
2022-03-22,Unprecedented rainfall in the Midwest leading to flooding,Heavy Rainfall
|
25 |
+
2022-04-18,Drastic drop in Arctic sea ice levels,Ice Meltdown
|
26 |
+
2022-05-20,Massive algal bloom in the Great Lakes,Algal Bloom
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query '':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=&dataset=ClimateShiftMonitor&tags=climate+change,+prediction,+time+series
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|