Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,35 +1,42 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
- name: token_count
|
21 |
-
dtype: int64
|
22 |
-
- name: climate_terms
|
23 |
-
dtype: int64
|
24 |
-
splits:
|
25 |
-
- name: train
|
26 |
-
num_bytes: 40067019
|
27 |
-
num_examples: 8216
|
28 |
-
download_size: 23064423
|
29 |
-
dataset_size: 40067019
|
30 |
-
configs:
|
31 |
-
- config_name: default
|
32 |
-
data_files:
|
33 |
-
- split: train
|
34 |
-
path: data/train-*
|
35 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license:
|
5 |
+
- cc-by-4.0 # or other appropriate license
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
- text-classification
|
9 |
+
task_ids:
|
10 |
+
- language-modeling
|
11 |
+
- text-classification
|
12 |
+
size_categories:
|
13 |
+
- n<1K
|
14 |
+
pretty_name: Climate Action Web Content
|
15 |
+
tags:
|
16 |
+
- climate-change
|
17 |
+
- sustainability
|
18 |
+
- environment
|
19 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
+
# Climate Action Web Content Dataset
|
22 |
+
|
23 |
+
This dataset contains climate action and sustainability related content filtered from FineWeb. It includes texts discussing climate change, environmental sustainability, renewable energy, and related topics.
|
24 |
+
|
25 |
+
## Dataset Description
|
26 |
+
|
27 |
+
- **Size**: 8216 documents
|
28 |
+
- **Format**: Each document contains the original text, number of climate terms found, source URL, and date
|
29 |
+
- **Source**: Filtered from FineWeb CC-MAIN-2024-10 dump
|
30 |
+
- **Processing**: Documents were filtered based on presence of climate-related terms including 'climate change', 'sustainability', 'renewable energy', etc.
|
31 |
+
|
32 |
+
## Usage
|
33 |
+
|
34 |
+
This dataset can be used for:
|
35 |
+
- Training language models on climate/sustainability domain
|
36 |
+
- Analyzing climate action discourse
|
37 |
+
- Extracting climate-related information and insights
|
38 |
+
|
39 |
+
## Citation & License
|
40 |
+
|
41 |
+
- Original data from CommonCrawl via FineWeb dataset
|
42 |
+
- License: Creative Commons Attribution 4.0 International
|