End of training
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ tags:
|
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
|
|
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: Appearance-classifier
|
| 10 |
results: []
|
|
@@ -17,8 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -38,8 +42,8 @@ More information needed
|
|
| 38 |
|
| 39 |
The following hyperparameters were used during training:
|
| 40 |
- learning_rate: 5e-05
|
| 41 |
-
- train_batch_size:
|
| 42 |
-
- eval_batch_size:
|
| 43 |
- seed: 42
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
|
@@ -47,11 +51,11 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
-
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
+
- recall
|
| 9 |
+
- f1
|
| 10 |
model-index:
|
| 11 |
- name: Appearance-classifier
|
| 12 |
results: []
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.5101
|
| 23 |
+
- Accuracy: 0.7815
|
| 24 |
+
- Recall: 0.7846
|
| 25 |
+
- F1: 0.7855
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 5e-05
|
| 45 |
+
- train_batch_size: 16
|
| 46 |
+
- eval_batch_size: 16
|
| 47 |
- seed: 42
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: linear
|
|
|
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | F1 |
|
| 55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
|
| 56 |
+
| 0.509 | 1.0 | 1188 | 0.5271 | 0.7529 | 0.8525 | 0.7787 |
|
| 57 |
+
| 0.4275 | 2.0 | 2376 | 0.5044 | 0.7763 | 0.8239 | 0.7898 |
|
| 58 |
+
| 0.3211 | 3.0 | 3564 | 0.5101 | 0.7815 | 0.7846 | 0.7855 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:820a9a5d9de39919e779e66f904cf1468efcf89f010f1ea7116e6c1da27d11c7
|
| 3 |
size 437958648
|
runs/Apr06_16-34-35_ca82b86b8eeb/events.out.tfevents.1712421284.ca82b86b8eeb.34.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:205c236e5d73d291c3bc3843820aae9a9124514aecdbdba07b2a92202da97f99
|
| 3 |
+
size 7682
|