henryscheible
commited on
Commit
•
697a8e2
1
Parent(s):
92bb0b1
update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: t5-small_winobias_finetuned_HBRPOI
|
7 |
results: []
|
@@ -12,7 +14,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# t5-small_winobias_finetuned_HBRPOI
|
14 |
|
15 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -39,6 +48,24 @@ The following hyperparameters were used during training:
|
|
39 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 10
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.26.1
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
model-index:
|
8 |
- name: t5-small_winobias_finetuned_HBRPOI
|
9 |
results: []
|
|
|
14 |
|
15 |
# t5-small_winobias_finetuned_HBRPOI
|
16 |
|
17 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3333
|
20 |
+
- Accuracy: 0.5
|
21 |
+
- Tp: 0.5
|
22 |
+
- Tn: 0.0
|
23 |
+
- Fp: 0.5
|
24 |
+
- Fn: 0.0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
48 |
- lr_scheduler_type: linear
|
49 |
- num_epochs: 10
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Tp | Tn | Fp | Fn |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|:------:|:------:|:---:|
|
55 |
+
| 0.437 | 0.8 | 20 | 0.3545 | 0.5 | 0.5 | 0.0 | 0.5 | 0.0 |
|
56 |
+
| 0.3996 | 1.6 | 40 | 0.3565 | 0.5025 | 0.5 | 0.0025 | 0.4975 | 0.0 |
|
57 |
+
| 0.3844 | 2.4 | 60 | 0.3498 | 0.5 | 0.5 | 0.0 | 0.5 | 0.0 |
|
58 |
+
| 0.3728 | 3.2 | 80 | 0.3529 | 0.5013 | 0.5 | 0.0013 | 0.4987 | 0.0 |
|
59 |
+
| 0.3732 | 4.0 | 100 | 0.3482 | 0.5006 | 0.5 | 0.0006 | 0.4994 | 0.0 |
|
60 |
+
| 0.3798 | 4.8 | 120 | 0.3484 | 0.5 | 0.5 | 0.0 | 0.5 | 0.0 |
|
61 |
+
| 0.3607 | 5.6 | 140 | 0.3475 | 0.5006 | 0.5 | 0.0006 | 0.4994 | 0.0 |
|
62 |
+
| 0.3688 | 6.4 | 160 | 0.3456 | 0.5 | 0.5 | 0.0 | 0.5 | 0.0 |
|
63 |
+
| 0.3597 | 7.2 | 180 | 0.3445 | 0.5006 | 0.5 | 0.0006 | 0.4994 | 0.0 |
|
64 |
+
| 0.3658 | 8.0 | 200 | 0.3402 | 0.5 | 0.5 | 0.0 | 0.5 | 0.0 |
|
65 |
+
| 0.3629 | 8.8 | 220 | 0.3362 | 0.5 | 0.5 | 0.0 | 0.5 | 0.0 |
|
66 |
+
| 0.3393 | 9.6 | 240 | 0.3333 | 0.5 | 0.5 | 0.0 | 0.5 | 0.0 |
|
67 |
+
|
68 |
+
|
69 |
### Framework versions
|
70 |
|
71 |
- Transformers 4.26.1
|