Dagobert42
commited on
Commit
•
d4abf29
1
Parent(s):
032a69b
Push ../models/distilbert-base-uncased/biored-augmentations-only/ trained on biored-train_200_splits.pt (200 samples)
Browse files- README.md +10 -11
- 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,11 +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.5903 | 0.7989 | 0.5754 | 0.5289 | 0.5478 | 0.7876 |
|
72 |
|
73 |
|
74 |
### 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.5692
|
32 |
+
- Accuracy: 0.7978
|
33 |
+
- Precision: 0.5993
|
34 |
+
- Recall: 0.5337
|
35 |
+
- F1: 0.5536
|
36 |
+
- Weighted F1: 0.7929
|
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.6037 | 0.7824 | 0.5931 | 0.4937 | 0.5272 | 0.7719 |
|
68 |
+
| No log | 2.0 | 50 | 0.5858 | 0.7932 | 0.6023 | 0.5298 | 0.5511 | 0.7849 |
|
69 |
+
| No log | 3.0 | 75 | 0.5887 | 0.795 | 0.5757 | 0.5283 | 0.544 | 0.7842 |
|
70 |
+
| No log | 4.0 | 100 | 0.5890 | 0.7937 | 0.5911 | 0.5331 | 0.5466 | 0.7864 |
|
|
|
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:177da1765fe43635b138c70ceb4db755a300ff49bbf73f0565b86b842b9cd6c7
|
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:68977a2d2f6c4e4a13c3b162098e2e7420a02395cf0c0be9fec5fa770c2656ba
|
3 |
size 4219
|