dveytia commited on
Commit
fb01f80
1 Parent(s): 619e65b

Add example text and a bit more description into the README. Note I will need to update with article and zotero links to datasets when available

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -5,14 +5,14 @@ tags:
5
  model-index:
6
  - name: distilbert_ORO_Branch
7
  results: []
 
 
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
- probably proofread and complete it, then remove this comment. -->
12
-
13
  # distilbert_ORO_Branch
14
 
15
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
 
16
  It achieves the following results on the evaluation set:
17
  - Train Loss: 0.1604
18
  - Train Binary Accuracy: 0.9509
@@ -22,15 +22,15 @@ It achieves the following results on the evaluation set:
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
36
 
 
5
  model-index:
6
  - name: distilbert_ORO_Branch
7
  results: []
8
+ widget:
9
+ - text: Generation of energy across the world is today reliant majorly on fossil fuels. The burning of these fuels is growing in line with the increase in the demand for energy globally. Consequently, climate change, air contamination, and energy security issues are rising as well. An efficient alternative to this grave hazard is the speedy substitution of fossil fuel-based carbon energy sources with the shift to clean sources of renewable energy that cause zero emissions. This needs to happen in conjunction with the continuing increase in the overall consumption of energy worldwide. Many resources of renewable energy are available. These include thermal, solar photovoltaic, biomass and wind, tidal energy, hydropower, and geothermal. Notably, tidal energy exhibits great potential with regard to its dependability, superior energy density, certainty, and durability. The energy mined from the tides on the basis of steady and anticipated vertical movements of the water, causing tidal currents, could be converted into kinetic energy to produce electricity. Tidal barrages could channel mechanical energy, while tidewater river turbines can seize the energy from tidal currents. This study discusses the present trends, ecological effects, and the prospects for technology related to tidal energy.
10
  ---
11
 
 
 
 
12
  # distilbert_ORO_Branch
13
 
14
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) to classify an article's text (title + abstract + keywords). The intention is that this model will be used AFTER establishing an article's relevance to an Ocean-related option (ORO) (see the [screening model card on huggingface](https://huggingface.co/dveytia/distilbert_ORO_screen)). This model will then classify a relevant article futher into the type of ORO: Mitigation, Natural resilence or Societal adaptation.
15
+
16
  It achieves the following results on the evaluation set:
17
  - Train Loss: 0.1604
18
  - Train Binary Accuracy: 0.9509
 
22
 
23
  ## Model description
24
 
25
+ This model predicts for relevance to three labels specifying the type of ocean related option as a value between 0 and 1. Therefore a number > 0.5 indicates it is more likely to be relevant that that type of ORO.
26
 
27
  ## Intended uses & limitations
28
 
29
+ This model is intended to be applied to article text (title + abstract + keywords) retrieved from citation indexed databases such as Web of Science or Scopus using a search query. This can be used to autonomously classify relevant articles from a large volume of literature and can be used in analyses that provide a granular map of the distribution of relevant studies.
30
 
31
  ## Training and evaluation data
32
 
33
+ For a description of the dataset, see the paper (in prep.)
34
 
35
  ## Training procedure
36