Dagobert42
commited on
Commit
•
b2591a9
1
Parent(s):
dbdb9ef
Push ../models/distilbert-base-uncased/biored-augmentations-only/ trained on biored-original_splits.pt (200 samples)
Browse files- README.md +12 -10
- 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,10 +64,12 @@ 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 |
|
72 |
|
73 |
### 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.5141
|
32 |
+
- Accuracy: 0.8189
|
33 |
+
- Precision: 0.6146
|
34 |
+
- Recall: 0.5864
|
35 |
+
- F1: 0.5983
|
36 |
+
- Weighted F1: 0.8169
|
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.5409 | 0.807 | 0.6881 | 0.5326 | 0.5615 | 0.7971 |
|
68 |
+
| No log | 2.0 | 50 | 0.5368 | 0.8108 | 0.7021 | 0.5447 | 0.5781 | 0.8012 |
|
69 |
+
| No log | 3.0 | 75 | 0.5383 | 0.8161 | 0.6921 | 0.5484 | 0.5835 | 0.8057 |
|
70 |
+
| No log | 4.0 | 100 | 0.5349 | 0.8131 | 0.6408 | 0.5885 | 0.6008 | 0.8103 |
|
71 |
+
| No log | 5.0 | 125 | 0.5436 | 0.8157 | 0.6275 | 0.606 | 0.6097 | 0.8136 |
|
72 |
+
| No log | 6.0 | 150 | 0.5488 | 0.8201 | 0.6805 | 0.5826 | 0.6043 | 0.8146 |
|
73 |
|
74 |
|
75 |
### 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:0bce09b544ffdcc240a155300e194d686ad97e01963bcb82b801684f95356ae3
|
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:acd71e6c71aca511280efdb10c6d032e69a1f07c4e6881e19c04257cc92ca703
|
3 |
size 4219
|