kshitizkhanal7 commited on
Commit
7b295df
·
verified ·
1 Parent(s): ea3ace2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -33
README.md CHANGED
@@ -1,35 +1,42 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: id
7
- dtype: string
8
- - name: dump
9
- dtype: string
10
- - name: url
11
- dtype: string
12
- - name: date
13
- dtype: string
14
- - name: file_path
15
- dtype: string
16
- - name: language
17
- dtype: string
18
- - name: language_score
19
- dtype: float64
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