End of training
Browse files- README.md +71 -0
- pytorch_model.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: pdelobelle/robbert-v2-dutch-base
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- recall
|
| 8 |
+
- accuracy
|
| 9 |
+
model-index:
|
| 10 |
+
- name: robbert0210_lrate5b8
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# robbert0210_lrate5b8
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.3595
|
| 22 |
+
- Precisions: 0.8049
|
| 23 |
+
- Recall: 0.7503
|
| 24 |
+
- F-measure: 0.7661
|
| 25 |
+
- Accuracy: 0.8987
|
| 26 |
+
|
| 27 |
+
## Model description
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Intended uses & limitations
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training and evaluation data
|
| 36 |
+
|
| 37 |
+
More information needed
|
| 38 |
+
|
| 39 |
+
## Training procedure
|
| 40 |
+
|
| 41 |
+
### Training hyperparameters
|
| 42 |
+
|
| 43 |
+
The following hyperparameters were used during training:
|
| 44 |
+
- learning_rate: 5e-05
|
| 45 |
+
- train_batch_size: 8
|
| 46 |
+
- eval_batch_size: 8
|
| 47 |
+
- seed: 42
|
| 48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
+
- lr_scheduler_type: linear
|
| 50 |
+
- num_epochs: 8
|
| 51 |
+
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
|
| 55 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
|
| 56 |
+
| No log | 1.0 | 471 | 0.4152 | 0.8420 | 0.6873 | 0.6895 | 0.8762 |
|
| 57 |
+
| 0.6244 | 2.0 | 942 | 0.3595 | 0.8049 | 0.7503 | 0.7661 | 0.8987 |
|
| 58 |
+
| 0.3086 | 3.0 | 1413 | 0.3926 | 0.8113 | 0.7757 | 0.7838 | 0.9110 |
|
| 59 |
+
| 0.1676 | 4.0 | 1884 | 0.4826 | 0.7805 | 0.7526 | 0.7628 | 0.9025 |
|
| 60 |
+
| 0.1044 | 5.0 | 2355 | 0.5530 | 0.8001 | 0.7627 | 0.7769 | 0.9028 |
|
| 61 |
+
| 0.0571 | 6.0 | 2826 | 0.5910 | 0.7945 | 0.7661 | 0.7765 | 0.9103 |
|
| 62 |
+
| 0.0321 | 7.0 | 3297 | 0.6168 | 0.8251 | 0.7733 | 0.7899 | 0.9124 |
|
| 63 |
+
| 0.0234 | 8.0 | 3768 | 0.6218 | 0.8108 | 0.7748 | 0.7881 | 0.9116 |
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
### Framework versions
|
| 67 |
+
|
| 68 |
+
- Transformers 4.33.3
|
| 69 |
+
- Pytorch 2.0.1+cu118
|
| 70 |
+
- Datasets 2.14.5
|
| 71 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 464775913
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:493e02754851323693a6f6c132641c64237b3b44d4c6751b278e71d46fa082a3
|
| 3 |
size 464775913
|