alex-miller
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: iati-drr-classifier
|
10 |
results: []
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,14 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# iati-drr-classifier
|
17 |
|
18 |
-
This model is a fine-tuned version of [alex-miller/ODABert](https://huggingface.co/alex-miller/ODABert) on the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.3910
|
21 |
- Accuracy: 0.8207
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
@@ -34,6 +37,8 @@ More information needed
|
|
34 |
|
35 |
## Training procedure
|
36 |
|
|
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
@@ -60,4 +65,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.38.2
|
61 |
- Pytorch 2.2.1+cu121
|
62 |
- Datasets 2.18.0
|
63 |
-
- Tokenizers 0.15.2
|
|
|
8 |
model-index:
|
9 |
- name: iati-drr-classifier
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- alex-miller/iati-policy-markers
|
13 |
+
pipeline_tag: text-classification
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# iati-drr-classifier
|
20 |
|
21 |
+
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.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.3910
|
24 |
- Accuracy: 0.8207
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
This model has been trained to identify disaster risk reduction (DRR) project titles and/or descriptions. It returns "0" for projects with no DRR component, and "1" for projects with DRR as a principal or significant objective.
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
|
|
37 |
|
38 |
## Training procedure
|
39 |
|
40 |
+
Code to subset the dataset and train the model is available [here](https://github.com/akmiller01/iati-policy-marker-hf-dataset/blob/main/use_cases/drr_train.ipynb).
|
41 |
+
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
|
|
65 |
- Transformers 4.38.2
|
66 |
- Pytorch 2.2.1+cu121
|
67 |
- Datasets 2.18.0
|
68 |
+
- Tokenizers 0.15.2
|