alex-miller
commited on
Commit
•
6189492
1
Parent(s):
f87627f
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: alex-miller/ODABert
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: iati-disability-multi-classifier-weighted
|
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-disability-multi-classifier-weighted
|
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.7257
|
24 |
+
- Accuracy: 0.9124
|
25 |
+
- F1: 0.8335
|
26 |
+
- Precision: 0.7943
|
27 |
+
- Recall: 0.8767
|
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 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-06
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.9484 | 1.0 | 617 | 0.7796 | 0.8627 | 0.7541 | 0.6829 | 0.8418 |
|
59 |
+
| 0.6499 | 2.0 | 1234 | 0.6850 | 0.8976 | 0.8017 | 0.7770 | 0.8281 |
|
60 |
+
| 0.5907 | 3.0 | 1851 | 0.6667 | 0.9069 | 0.8182 | 0.7995 | 0.8378 |
|
61 |
+
| 0.5445 | 4.0 | 2468 | 0.6762 | 0.9086 | 0.8311 | 0.7719 | 0.9002 |
|
62 |
+
| 0.5034 | 5.0 | 3085 | 0.6412 | 0.9079 | 0.8238 | 0.7900 | 0.8605 |
|
63 |
+
| 0.4721 | 6.0 | 3702 | 0.6969 | 0.9092 | 0.8285 | 0.7846 | 0.8775 |
|
64 |
+
| 0.4565 | 7.0 | 4319 | 0.7236 | 0.9130 | 0.8339 | 0.7978 | 0.8735 |
|
65 |
+
| 0.4569 | 8.0 | 4936 | 0.6893 | 0.9114 | 0.8307 | 0.7953 | 0.8694 |
|
66 |
+
| 0.4233 | 9.0 | 5553 | 0.7279 | 0.9110 | 0.8294 | 0.7963 | 0.8654 |
|
67 |
+
| 0.432 | 10.0 | 6170 | 0.7257 | 0.9124 | 0.8335 | 0.7943 | 0.8767 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.41.2
|
73 |
+
- Pytorch 2.3.0+cu121
|
74 |
+
- Datasets 2.20.0
|
75 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 672708608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:342fc8073bf7b2c92ed78f8694ef871cc148488949d4fa71a6921df8aca50850
|
3 |
size 672708608
|
runs/Jul10_18-31-08_1e6128271afe/events.out.tfevents.1720636269.1e6128271afe.479.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d011b57e9bdb9f02c10a70f4efe405b2eb09709c7e36d9ebeced1fc22f037c14
|
3 |
+
size 12515
|