End of training
Browse files
README.md
CHANGED
@@ -5,8 +5,6 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
- recall
|
9 |
-
- f1
|
10 |
model-index:
|
11 |
- name: Appearance-classifier
|
12 |
results: []
|
@@ -19,10 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Recall: 0.7846
|
25 |
-
- F1: 0.7855
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -42,8 +38,8 @@ More information needed
|
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
- learning_rate: 5e-05
|
45 |
-
- train_batch_size:
|
46 |
-
- eval_batch_size:
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
@@ -51,11 +47,11 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
-
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
8 |
model-index:
|
9 |
- name: Appearance-classifier
|
10 |
results: []
|
|
|
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.7514
|
21 |
+
- Accuracy: 0.828
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.4203 | 1.0 | 2500 | 0.3939 | 0.8389 |
|
53 |
+
| 0.3486 | 2.0 | 5000 | 0.4628 | 0.83 |
|
54 |
+
| 0.2152 | 3.0 | 7500 | 0.7514 | 0.828 |
|
55 |
|
56 |
|
57 |
### 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:5657478761f973425bc2562707ebc62363efb3a259d08e81b7ebe16d4080320f
|
3 |
size 437958648
|
runs/Apr23_09-57-37_6466db12986c/events.out.tfevents.1713866262.6466db12986c.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba3922f370e3cfd187ccadb7a52ba9cc55ce149c58be31282e8f2d0c1ef5b9a9
|
3 |
+
size 9079
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42d25b30af962dde1997b6a14e5866fc21ade86ec10d15f726dd99bb5e45316f
|
3 |
size 4920
|