Zihao-Li commited on
Commit
eecccc5
1 Parent(s): 3ff3d23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -16
README.md CHANGED
@@ -16,27 +16,13 @@ size_categories:
16
  The dataset is energy-related, covering topics of **Oil**, **Coal**, **Wind**, **Hydrogen**, **Bioenergy**, **Electric vehicles**, **Heating**, **Building envelopes**, **Methane abatement** and **Chemicals**.
17
 
18
 
19
- ### Dataset Sources
20
-
21
- The dataset sources are reports from the webiste of [International Energy Agency(IEA)]('https://www.iea.org/').
22
-
23
-
24
- ## Uses
25
-
26
- The dataset can be used to train language model in energy domain.
27
-
28
- ### Direct Use
29
-
30
- <!-- This section describes suitable use cases for the dataset. -->
31
-
32
-
33
  ## Dataset Creation
34
 
35
  ### Source Data
36
 
37
- IEA's reports from the official website.
38
 
39
- #### Data Collection and Processing
40
 
41
  We scraped free open reports from [IEA's website]("https://www.iea.org/analysis"). The reports are all pdf files and then we used the Llama 3 model to extract useful texts.\
42
  After getting the raw text, we have the two following steps:
 
16
  The dataset is energy-related, covering topics of **Oil**, **Coal**, **Wind**, **Hydrogen**, **Bioenergy**, **Electric vehicles**, **Heating**, **Building envelopes**, **Methane abatement** and **Chemicals**.
17
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Dataset Creation
20
 
21
  ### Source Data
22
 
23
+ The dataset sources are reports from the webiste of [International Energy Agency(IEA)]('https://www.iea.org/').
24
 
25
+ ### Data Collection and Processing
26
 
27
  We scraped free open reports from [IEA's website]("https://www.iea.org/analysis"). The reports are all pdf files and then we used the Llama 3 model to extract useful texts.\
28
  After getting the raw text, we have the two following steps: