Dagobert42
commited on
Commit
•
7c3a770
1
Parent(s):
8d1de93
Push ../models/xlnet/xlnet-base-cased/biored-augmentations-only/ trained on biored-train_160_splits.pt (160 samples)
Browse files- README.md +12 -12
- 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,12 +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 | 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.
|
72 |
-
| No log | 6.0 | 120 | 0.
|
73 |
|
74 |
|
75 |
### 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.1502
|
32 |
+
- Accuracy: 0.9559
|
33 |
+
- Precision: 0.8713
|
34 |
+
- Recall: 0.8616
|
35 |
+
- F1: 0.8662
|
36 |
+
- Weighted F1: 0.9557
|
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.2115 | 0.9292 | 0.7915 | 0.7951 | 0.7898 | 0.9295 |
|
68 |
+
| No log | 2.0 | 40 | 0.1922 | 0.9393 | 0.8186 | 0.8046 | 0.8081 | 0.9386 |
|
69 |
+
| No log | 3.0 | 60 | 0.1912 | 0.944 | 0.845 | 0.8163 | 0.83 | 0.943 |
|
70 |
+
| No log | 4.0 | 80 | 0.1890 | 0.9462 | 0.8396 | 0.829 | 0.833 | 0.9454 |
|
71 |
+
| No log | 5.0 | 100 | 0.2025 | 0.9456 | 0.8273 | 0.8257 | 0.825 | 0.945 |
|
72 |
+
| No log | 6.0 | 120 | 0.2126 | 0.946 | 0.846 | 0.8276 | 0.8352 | 0.9454 |
|
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:38db3ede03dc0326fe3a7b5c737d8909735f958b977e3b9450b91072452b9322
|
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:1ec7944d9477293d7254f7cc900f0d158dcbfdd7e7f323adebe2c7a852009e1b
|
3 |
size 4219
|