Dagobert42
commited on
Commit
•
b8bcad5
1
Parent(s):
02ceb9d
Push ../models/xlnet/xlnet-base-cased/biored-augmentations-only/ trained on biored-train_200_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 [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,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 |
|
68 |
-
| No log | 2.0 |
|
69 |
-
| No log | 3.0 |
|
70 |
-
| No log | 4.0 |
|
|
|
|
|
71 |
|
72 |
|
73 |
### 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.3001
|
32 |
+
- Accuracy: 0.904
|
33 |
+
- Precision: 0.8054
|
34 |
+
- Recall: 0.7645
|
35 |
+
- F1: 0.782
|
36 |
+
- Weighted F1: 0.9033
|
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.3323 | 0.886 | 0.8098 | 0.7466 | 0.7749 | 0.883 |
|
68 |
+
| No log | 2.0 | 50 | 0.3214 | 0.8925 | 0.7932 | 0.8007 | 0.7959 | 0.8916 |
|
69 |
+
| No log | 3.0 | 75 | 0.3224 | 0.8899 | 0.7877 | 0.8196 | 0.802 | 0.8918 |
|
70 |
+
| No log | 4.0 | 100 | 0.3175 | 0.9016 | 0.8367 | 0.7969 | 0.8149 | 0.9005 |
|
71 |
+
| No log | 5.0 | 125 | 0.3334 | 0.8978 | 0.8189 | 0.8093 | 0.8123 | 0.8985 |
|
72 |
+
| No log | 6.0 | 150 | 0.3463 | 0.9029 | 0.8146 | 0.8099 | 0.812 | 0.9027 |
|
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 466917412
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7798d1941290b3bfc375a30ae7783c366b781d40eb18ae8be4887dc73d98342
|
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:50041f5b6e78071a83b55f3e07af36c4ddeb56183a5f98e5bc1597ef419d25a5
|
3 |
size 4219
|