bif02/pair_classifier
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
| 4 |
base_model: google-t5/t5-base
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: original_classifier_t5
|
| 9 |
results: []
|
|
@@ -15,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# original_classifier_t5
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -41,6 +46,15 @@ The following hyperparameters were used during training:
|
|
| 41 |
- lr_scheduler_type: polynomial
|
| 42 |
- num_epochs: 3
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
### Framework versions
|
| 45 |
|
| 46 |
- Transformers 4.46.2
|
|
|
|
| 4 |
base_model: google-t5/t5-base
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: original_classifier_t5
|
| 11 |
results: []
|
|
|
|
| 17 |
# original_classifier_t5
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.5042
|
| 22 |
+
- Accuracy: 0.8024
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 46 |
- lr_scheduler_type: polynomial
|
| 47 |
- num_epochs: 3
|
| 48 |
|
| 49 |
+
### Training results
|
| 50 |
+
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 0.5083 | 1.0 | 691 | 0.5091 | 0.8029 |
|
| 54 |
+
| 0.4752 | 2.0 | 1382 | 0.5241 | 0.8007 |
|
| 55 |
+
| 0.4717 | 3.0 | 2073 | 0.5042 | 0.8024 |
|
| 56 |
+
|
| 57 |
+
|
| 58 |
### Framework versions
|
| 59 |
|
| 60 |
- Transformers 4.46.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 894016712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afcb12ef941cc1c29d48c34390cfe8a408ae0644b079dbe4dff6776559075bc1
|
| 3 |
size 894016712
|
runs/Nov17_15-08-11_b9c9540f0e75/events.out.tfevents.1731856098.b9c9540f0e75.2051.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:714a0babaf862b3470d7047372175c57ea1386a7f28cbb1b56832fc3ccf88347
|
| 3 |
+
size 8091
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:584eb628e1946d4e3af608c2fbecb17883905c7f0faaf5d52fccc7dde20869f9
|
| 3 |
size 5304
|