henryscheible
commited on
Commit
•
4a05273
1
Parent(s):
ef7e935
update model card README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,26 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: t5-small_crows_pairs_finetuned_HBRPOI
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +29,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# t5-small_crows_pairs_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 +63,21 @@ 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 |
+
datasets:
|
6 |
+
- crows_pairs
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: t5-small_crows_pairs_finetuned_HBRPOI
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
+
dataset:
|
16 |
+
name: crows_pairs
|
17 |
+
type: crows_pairs
|
18 |
+
config: crows_pairs
|
19 |
+
split: test
|
20 |
+
args: crows_pairs
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.6490066225165563
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# t5-small_crows_pairs_finetuned_HBRPOI
|
31 |
|
32 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the crows_pairs dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.3485
|
35 |
+
- Accuracy: 0.6490
|
36 |
+
- Tp: 0.4934
|
37 |
+
- Tn: 0.1556
|
38 |
+
- Fp: 0.3411
|
39 |
+
- Fn: 0.0099
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
63 |
- lr_scheduler_type: linear
|
64 |
- num_epochs: 10
|
65 |
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Tp | Tn | Fp | Fn |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|
|
70 |
+
| 0.4336 | 1.05 | 20 | 0.3559 | 0.5033 | 0.5033 | 0.0 | 0.4967 | 0.0 |
|
71 |
+
| 0.3726 | 2.11 | 40 | 0.3608 | 0.5033 | 0.5033 | 0.0 | 0.4967 | 0.0 |
|
72 |
+
| 0.317 | 3.16 | 60 | 0.3112 | 0.5099 | 0.5033 | 0.0066 | 0.4901 | 0.0 |
|
73 |
+
| 0.259 | 4.21 | 80 | 0.2822 | 0.5662 | 0.5 | 0.0662 | 0.4305 | 0.0033 |
|
74 |
+
| 0.2439 | 5.26 | 100 | 0.3249 | 0.7119 | 0.4934 | 0.2185 | 0.2781 | 0.0099 |
|
75 |
+
| 0.1824 | 6.32 | 120 | 0.3082 | 0.6093 | 0.4934 | 0.1159 | 0.3808 | 0.0099 |
|
76 |
+
| 0.1549 | 7.37 | 140 | 0.3217 | 0.5960 | 0.4967 | 0.0993 | 0.3974 | 0.0066 |
|
77 |
+
| 0.1312 | 8.42 | 160 | 0.3365 | 0.6325 | 0.4934 | 0.1391 | 0.3576 | 0.0099 |
|
78 |
+
| 0.1158 | 9.47 | 180 | 0.3485 | 0.6490 | 0.4934 | 0.1556 | 0.3411 | 0.0099 |
|
79 |
+
|
80 |
+
|
81 |
### Framework versions
|
82 |
|
83 |
- Transformers 4.26.1
|