Dagobert42
commited on
Commit
•
8c70e42
1
Parent(s):
c29ec66
Push ../models/xlnet/xlnet-base-cased/biored-augmentations-only/ trained on biored-train_160_splits.pt (160 samples)
Browse files- README.md +11 -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 [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) 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,11 @@ 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 | 20 | 0.
|
68 |
-
| No log | 2.0 | 40 | 0.
|
69 |
-
| No log | 3.0 | 60 | 0.
|
70 |
-
| No log | 4.0 | 80 | 0.
|
71 |
-
| No log | 5.0 | 100 | 0.2051 | 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
28 |
|
29 |
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the bigbio/biored dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.1527
|
32 |
+
- Accuracy: 0.9501
|
33 |
+
- Precision: 0.8539
|
34 |
+
- Recall: 0.8292
|
35 |
+
- F1: 0.8405
|
36 |
+
- Weighted F1: 0.95
|
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 | 20 | 0.2071 | 0.9301 | 0.8427 | 0.744 | 0.7851 | 0.9282 |
|
68 |
+
| No log | 2.0 | 40 | 0.1945 | 0.9378 | 0.8251 | 0.8091 | 0.8159 | 0.9368 |
|
69 |
+
| No log | 3.0 | 60 | 0.1952 | 0.9403 | 0.8461 | 0.8125 | 0.828 | 0.9397 |
|
70 |
+
| No log | 4.0 | 80 | 0.1981 | 0.942 | 0.8486 | 0.8211 | 0.8339 | 0.9414 |
|
71 |
+
| No log | 5.0 | 100 | 0.2051 | 0.9436 | 0.8376 | 0.8228 | 0.8296 | 0.943 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 466917412
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ded9b7e3e9284e29fb36d2bbe8d8683370c590c49762dad0bcf89151e43da9be
|
3 |
size 466917412
|
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:ec1c76004b38bf5f1d6101ef356569aa4686e0058c7de15dc655350467ed8193
|
3 |
size 4219
|