alex-miller commited on
Commit
d1e78be
1 Parent(s): 3ecfcfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -12
README.md CHANGED
@@ -11,14 +11,26 @@ metrics:
11
  model-index:
12
  - name: iati-climate-multi-classifier-weighted2
13
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
- should probably proofread and complete it, then remove this comment. -->
18
 
19
  # iati-climate-multi-classifier-weighted2
20
 
21
- This model is a fine-tuned version of [alex-miller/ODABert](https://huggingface.co/alex-miller/ODABert) on the None dataset.
 
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.7080
24
  - Accuracy: 0.8541
@@ -28,17 +40,11 @@ It achieves the following results on the evaluation set:
28
 
29
  ## Model description
30
 
31
- More information needed
32
 
33
  ## Intended uses & limitations
34
 
35
- More information needed
36
-
37
- ## Training and evaluation data
38
-
39
- More information needed
40
-
41
- ## Training procedure
42
 
43
  ### Training hyperparameters
44
 
@@ -82,4 +88,4 @@ The following hyperparameters were used during training:
82
  - Transformers 4.41.0
83
  - Pytorch 2.0.1
84
  - Datasets 2.19.1
85
- - Tokenizers 0.19.1
 
11
  model-index:
12
  - name: iati-climate-multi-classifier-weighted2
13
  results: []
14
+ datasets:
15
+ - alex-miller/iati-policy-markers
16
+ language:
17
+ - en
18
+ - fr
19
+ - es
20
+ - de
21
+ pipeline_tag: text-classification
22
+ widget:
23
+ - text: "VCA WWF Bolivia The programme will focus on women, young people and indigenous population living in the transboundary Pantanal - Chaco ecoregions (PACHA - Paraguay and Bolivia). Its objective is to “amplify their voices”, to ensure that they are participating, heard and taken into account in designing solutions for climate transition and common agendas to reach climate justice."
24
+ example_title: "Positive"
25
+ - text: "HIV/AIDS prevention by education and awareness raising with emphasis on gender issues/El Salvador"
26
+ example_title: "Negative"
27
  ---
28
 
 
 
29
 
30
  # iati-climate-multi-classifier-weighted2
31
 
32
+ This model is a fine-tuned version of [alex-miller/ODABert](https://huggingface.co/alex-miller/ODABert) on a subset of the [alex-miller/iati-policy-markers](https://huggingface.co/datasets/alex-miller/iati-policy-markers) dataset.
33
+
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.7080
36
  - Accuracy: 0.8541
 
40
 
41
  ## Model description
42
 
43
+ This model has been trained to identify both significant and principal climate mitigation and climate adaptation project titles and/or descriptions.
44
 
45
  ## Intended uses & limitations
46
 
47
+ As many of the donors in the training dataset have mixed up Adaptation and Mitigation, the model's ability to differentiate the two isn't perfect. But the sigmoid of the model logits do bias toward the correct class.
 
 
 
 
 
 
48
 
49
  ### Training hyperparameters
50
 
 
88
  - Transformers 4.41.0
89
  - Pytorch 2.0.1
90
  - Datasets 2.19.1
91
+ - Tokenizers 0.19.1