Dagobert42
commited on
Commit
•
7af5ab2
1
Parent(s):
df393d7
Push ../models/xlnet/xlnet-base-cased/biored-augmentations-only/ trained on biored-train_160_splits.pt (160 samples)
Browse files- README.md +15 -14
- model.safetensors +1 -1
- tokenizer_config.json +0 -3
- 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,15 @@ 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 |
-
| No log | 7.0 | 140 | 0.
|
74 |
-
| No log | 8.0 | 160 | 0.
|
|
|
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.1566
|
32 |
+
- Accuracy: 0.9536
|
33 |
+
- Precision: 0.8629
|
34 |
+
- Recall: 0.8326
|
35 |
+
- F1: 0.8434
|
36 |
+
- Weighted F1: 0.9537
|
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.2106 | 0.9319 | 0.8365 | 0.7555 | 0.7918 | 0.9299 |
|
68 |
+
| No log | 2.0 | 40 | 0.2015 | 0.9358 | 0.8014 | 0.8012 | 0.7993 | 0.9352 |
|
69 |
+
| No log | 3.0 | 60 | 0.1974 | 0.9409 | 0.8459 | 0.81 | 0.8264 | 0.9401 |
|
70 |
+
| No log | 4.0 | 80 | 0.1952 | 0.9433 | 0.8383 | 0.8176 | 0.8272 | 0.9425 |
|
71 |
+
| No log | 5.0 | 100 | 0.2013 | 0.9438 | 0.8469 | 0.8162 | 0.8294 | 0.9434 |
|
72 |
+
| No log | 6.0 | 120 | 0.2012 | 0.9435 | 0.8362 | 0.8135 | 0.8237 | 0.9432 |
|
73 |
+
| No log | 7.0 | 140 | 0.2048 | 0.9459 | 0.8293 | 0.8071 | 0.8173 | 0.945 |
|
74 |
+
| No log | 8.0 | 160 | 0.2070 | 0.9454 | 0.8142 | 0.8132 | 0.8126 | 0.9449 |
|
75 |
+
| No log | 9.0 | 180 | 0.2163 | 0.9456 | 0.8528 | 0.8063 | 0.8279 | 0.9447 |
|
76 |
|
77 |
|
78 |
### 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:a39129a1e35bd14817649d6d7f94cadd8b7fd3fefa16150ea2ebaaf1b1234ae5
|
3 |
size 466917412
|
tokenizer_config.json
CHANGED
@@ -87,10 +87,7 @@
|
|
87 |
"mask_token": "<mask>",
|
88 |
"max_length": 512,
|
89 |
"model_max_length": 512,
|
90 |
-
"pad_to_multiple_of": null,
|
91 |
"pad_token": "<pad>",
|
92 |
-
"pad_token_type_id": 3,
|
93 |
-
"padding_side": "left",
|
94 |
"remove_space": true,
|
95 |
"sep_token": "<sep>",
|
96 |
"stride": 0,
|
|
|
87 |
"mask_token": "<mask>",
|
88 |
"max_length": 512,
|
89 |
"model_max_length": 512,
|
|
|
90 |
"pad_token": "<pad>",
|
|
|
|
|
91 |
"remove_space": true,
|
92 |
"sep_token": "<sep>",
|
93 |
"stride": 0,
|
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:4e5c25480ca66373a3cbd7b1912b5708cfe2e518148121dd5886d075fbab6110
|
3 |
size 4219
|