Dagobert42
commited on
Commit
•
6bdef10
1
Parent(s):
70a3228
Push xlnet/xlnet-base-cased trained on biored-original_splits.pt (100 samples)
Browse files- README.md +13 -14
- 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,14 +64,13 @@ 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 |
|
68 |
-
| No log | 2.0 |
|
69 |
-
| No log | 3.0 |
|
70 |
-
| No log | 4.0 |
|
71 |
-
| No log | 5.0 |
|
72 |
-
| No log | 6.0 |
|
73 |
-
| No log | 7.0 |
|
74 |
-
| No log | 8.0 | 200 | 0.7638 | 0.7785 | 0.558 | 0.4547 | 0.4871 | 0.7549 |
|
75 |
|
76 |
|
77 |
### 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.7909
|
32 |
+
- Accuracy: 0.756
|
33 |
+
- Precision: 0.5226
|
34 |
+
- Recall: 0.3518
|
35 |
+
- F1: 0.4027
|
36 |
+
- Weighted F1: 0.7173
|
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 | 13 | 0.9045 | 0.7251 | 0.3378 | 0.1564 | 0.1457 | 0.6233 |
|
68 |
+
| No log | 2.0 | 26 | 0.8688 | 0.7336 | 0.5559 | 0.2281 | 0.2504 | 0.6453 |
|
69 |
+
| No log | 3.0 | 39 | 0.8579 | 0.7409 | 0.5851 | 0.2931 | 0.3179 | 0.6795 |
|
70 |
+
| No log | 4.0 | 52 | 0.7956 | 0.7507 | 0.5225 | 0.3443 | 0.3919 | 0.7017 |
|
71 |
+
| No log | 5.0 | 65 | 0.7947 | 0.7529 | 0.532 | 0.3535 | 0.4026 | 0.7093 |
|
72 |
+
| No log | 6.0 | 78 | 0.8063 | 0.7549 | 0.5502 | 0.3752 | 0.4191 | 0.7168 |
|
73 |
+
| No log | 7.0 | 91 | 0.8059 | 0.7599 | 0.5496 | 0.3764 | 0.4269 | 0.7227 |
|
|
|
74 |
|
75 |
|
76 |
### 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:e1005b81cfc12e65328ea5c0a908fe7b2aaed2dc4f5615aeec1be70dffbc6924
|
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:aa5544b091cc243d6cb1f0916da3fc06eea673b264888b76603707cf8c1b68c9
|
3 |
size 4219
|