leonvanbokhorst
commited on
Commit
•
3b32e58
1
Parent(s):
5e6b06a
Model save
Browse files- README.md +13 -7
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [google-bert/bert-large-uncased](https://huggingface.co/google-bert/bert-large-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,16 +44,22 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| No log | 1.0 | 250 | 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [google-bert/bert-large-uncased](https://huggingface.co/google-bert/bert-large-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1721
|
22 |
+
- Accuracy: 0.942
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 250 | 0.4374 | 0.86 |
|
54 |
+
| 0.7097 | 2.0 | 500 | 0.2582 | 0.9195 |
|
55 |
+
| 0.7097 | 3.0 | 750 | 0.2047 | 0.9345 |
|
56 |
+
| 0.1878 | 4.0 | 1000 | 0.1667 | 0.9385 |
|
57 |
+
| 0.1878 | 5.0 | 1250 | 0.1861 | 0.935 |
|
58 |
+
| 0.1306 | 6.0 | 1500 | 0.1871 | 0.9415 |
|
59 |
+
| 0.1306 | 7.0 | 1750 | 0.1720 | 0.943 |
|
60 |
+
| 0.1035 | 8.0 | 2000 | 0.1696 | 0.9425 |
|
61 |
+
| 0.1035 | 9.0 | 2250 | 0.1706 | 0.9415 |
|
62 |
+
| 0.0851 | 10.0 | 2500 | 0.1721 | 0.942 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3184088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:884e77d2bc6c3b3c2662a873ace5286084a8b973caa74975886b049a523aeb30
|
3 |
size 3184088
|