Dagobert42
commited on
Commit
•
8a7fc69
1
Parent(s):
5da5fbc
Push ../models/xlnet/xlnet-base-cased/biored-augmentations-only/ trained on biored-train_160_splits.pt (160 samples)
Browse files- README.md +12 -16
- 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 |
|
@@ -52,26 +52,22 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
-
- lr_scheduler_type:
|
61 |
- num_epochs: 50
|
62 |
|
63 |
### Training results
|
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.2025 | 0.9437 | 0.8465 | 0.8156 | 0.8289 | 0.9433 |
|
72 |
-
| No log | 6.0 | 120 | 0.2026 | 0.9434 | 0.8348 | 0.8145 | 0.8235 | 0.9432 |
|
73 |
-
| No log | 7.0 | 140 | 0.2056 | 0.9459 | 0.8288 | 0.8082 | 0.8176 | 0.9451 |
|
74 |
-
| No log | 8.0 | 160 | 0.2087 | 0.9452 | 0.8137 | 0.8137 | 0.8126 | 0.9448 |
|
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.1510
|
32 |
+
- Accuracy: 0.9508
|
33 |
+
- Precision: 0.8521
|
34 |
+
- Recall: 0.8278
|
35 |
+
- F1: 0.8391
|
36 |
+
- Weighted F1: 0.9506
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 2e-05
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
- num_epochs: 50
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Weighted F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-----------:|
|
67 |
+
| No log | 1.0 | 20 | 0.2068 | 0.9335 | 0.8641 | 0.7475 | 0.7976 | 0.9312 |
|
68 |
+
| No log | 2.0 | 40 | 0.1962 | 0.939 | 0.8035 | 0.8046 | 0.8013 | 0.9382 |
|
69 |
+
| No log | 3.0 | 60 | 0.1965 | 0.9429 | 0.8654 | 0.7947 | 0.826 | 0.9415 |
|
70 |
+
| No log | 4.0 | 80 | 0.1964 | 0.9443 | 0.8279 | 0.8174 | 0.8218 | 0.9436 |
|
|
|
|
|
|
|
|
|
71 |
|
72 |
|
73 |
### 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:92740ba814283aa0031de770387afff16addd2c30207a78bbb762b5bab3ee2f9
|
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:283860a87c99ccc06e151dba087fa53ccab87e535f069b1dd6580b5cb6a32d52
|
3 |
size 4219
|