Dagobert42
commited on
Commit
•
dbdb9ef
1
Parent(s):
c733bb4
Push ../models/distilbert-base-uncased/biored-augmentations-only/ trained on biored-original_splits.pt (200 samples)
Browse files- README.md +10 -12
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -28,12 +28,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the bigbio/biored dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
-
- Loss: 0.
|
32 |
-
- Accuracy: 0.
|
33 |
-
- Precision: 0.
|
34 |
-
- Recall: 0.
|
35 |
-
- F1: 0.
|
36 |
-
- Weighted F1: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,12 +64,10 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Weighted F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-----------:|
|
67 |
-
| No log | 1.0 | 25 | 0.
|
68 |
-
| No log | 2.0 | 50 | 0.
|
69 |
-
| No log | 3.0 | 75 | 0.
|
70 |
-
| No log | 4.0 | 100 | 0.
|
71 |
-
| No log | 5.0 | 125 | 0.5590 | 0.8099 | 0.6159 | 0.5816 | 0.5914 | 0.8065 |
|
72 |
-
| No log | 6.0 | 150 | 0.5616 | 0.8131 | 0.5851 | 0.5673 | 0.5756 | 0.8098 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
28 |
|
29 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the bigbio/biored dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.5163
|
32 |
+
- Accuracy: 0.8153
|
33 |
+
- Precision: 0.6449
|
34 |
+
- Recall: 0.5356
|
35 |
+
- F1: 0.5682
|
36 |
+
- Weighted F1: 0.8067
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Weighted F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-----------:|
|
67 |
+
| No log | 1.0 | 25 | 0.5489 | 0.8057 | 0.7074 | 0.5047 | 0.5477 | 0.7897 |
|
68 |
+
| No log | 2.0 | 50 | 0.5456 | 0.811 | 0.6724 | 0.5482 | 0.5813 | 0.8018 |
|
69 |
+
| No log | 3.0 | 75 | 0.5504 | 0.8148 | 0.6741 | 0.5468 | 0.5885 | 0.8029 |
|
70 |
+
| No log | 4.0 | 100 | 0.5482 | 0.8123 | 0.644 | 0.5883 | 0.6115 | 0.8073 |
|
|
|
|
|
71 |
|
72 |
|
73 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265485396
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:165e3b6298da994403491e3c17551d506033c65df65971e063097fe7235b44c0
|
3 |
size 265485396
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89e2d62d05ee0a68c657f08946bdc06812f1fdcf4e2034ab7e304b08f239ee08
|
3 |
size 4219
|