dveytia commited on
Commit
ab3ffe3
1 Parent(s): 9beef83

Add more description to README file -- note needs to be updated with references to the article when published, as well as dataset on Zenodo

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -5,14 +5,15 @@ tags:
5
  model-index:
6
  - name: distilbert_ORO_screen
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_screen
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.3204
18
  - Train Binary Accuracy: 0.8819
@@ -22,15 +23,16 @@ 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_screen
7
  results: []
8
+ widget:
9
+ - text: "The Paris Agreement target of limiting global surface warming to 1.5–2◦C compared to pre-industrial levels by 2100 will still heavily impact the ocean. While ambitious mitigation and adaptation are both needed, the ocean provides major opportunities for action to reduce climate change globally and its impacts on vital ecosystems and ecosystem services. A comprehensive and systematic assessment of 13 global- and local-scale, ocean-based measures was performed to help steer the development and implementation of technologies and actions toward a sustainable outcome. We show that (1) all measures have tradeoffs and multiple criteria must be used for a comprehensive assessment of their potential, (2) greatest benefit is derived by combining global and local solutions, some of which could be implemented or scaled-up immediately, (3) some measures are too uncertain to be recommended yet, (4) political consistency must be achieved through effective cross-scale governance mechanisms, (5) scientific effort must focus on effectiveness, co-benefits, disbenefits, and costs of poorly tested as well as new and emerging measures."
10
  ---
11
 
 
 
12
 
13
  # distilbert_ORO_screen
14
 
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) to classify whether an article's text (title + abstract + keywords) is relevant to an Ocean-related option to mitigate or adapt to climate change.
16
+ Note that this model was fit on the full 'seen' dataset, therefore predictions will only be approximations of those reported in the article (in prep.).
17
  It achieves the following results on the evaluation set:
18
  - Train Loss: 0.3204
19
  - Train Binary Accuracy: 0.8819
 
23
 
24
  ## Model description
25
 
26
+ This model predicts a label that indicated 'relevance' for an ocean related option as a value between 0 and 1. Therefore a number > 0.5 indicates it is more likely to be relevant.
27
 
28
  ## Intended uses & limitations
29
 
30
+ 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 screen for 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.
31
+ NB for more specific research questions, this should be complemented with manual literature review methodology (e.g. see the [Collaboration for Environmental Evidence Guidelines](https://environmentalevidence.org/information-for-authors/) )
32
 
33
  ## Training and evaluation data
34
 
35
+ For a description of the dataset, see the paper (in prep.)
36
 
37
  ## Training procedure
38