fine_tuned_robbert_yes
Browse files- README.md +6 -6
- config.json +0 -10
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- F1: 0.
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.0401
|
| 23 |
+
- F1: 0.9660
|
| 24 |
+
- Accuracy: 0.9677
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
| 56 |
+
| 0.1774 | 1.0 | 62 | 0.3539 | 0.9183 | 0.9194 |
|
| 57 |
+
| 0.0022 | 2.0 | 124 | 0.0010 | 1.0 | 1.0 |
|
| 58 |
+
| 0.0021 | 3.0 | 186 | 0.0007 | 1.0 | 1.0 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
config.json
CHANGED
|
@@ -12,19 +12,9 @@
|
|
| 12 |
"hidden_act": "gelu",
|
| 13 |
"hidden_dropout_prob": 0.1,
|
| 14 |
"hidden_size": 768,
|
| 15 |
-
"id2label": {
|
| 16 |
-
"0": "LABEL_0",
|
| 17 |
-
"1": "LABEL_1",
|
| 18 |
-
"2": "LABEL_2"
|
| 19 |
-
},
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"intermediate_size": 3072,
|
| 22 |
"is_decoder": false,
|
| 23 |
-
"label2id": {
|
| 24 |
-
"LABEL_0": 0,
|
| 25 |
-
"LABEL_1": 1,
|
| 26 |
-
"LABEL_2": 2
|
| 27 |
-
},
|
| 28 |
"layer_norm_eps": 1e-05,
|
| 29 |
"max_position_embeddings": 514,
|
| 30 |
"model_type": "roberta",
|
|
|
|
| 12 |
"hidden_act": "gelu",
|
| 13 |
"hidden_dropout_prob": 0.1,
|
| 14 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"intermediate_size": 3072,
|
| 17 |
"is_decoder": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
"layer_norm_eps": 1e-05,
|
| 19 |
"max_position_embeddings": 514,
|
| 20 |
"model_type": "roberta",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7e8b3dc9adf543f7ac86800f44ce6f0a6df2f506bba7d3fe1587c84cb8829af
|
| 3 |
+
size 467078720
|