tmarkspengler/output-roberta
Browse files- README.md +6 -6
- model.safetensors +3 -0
- special_tokens_map.json +6 -42
- tokenizer_config.json +0 -4
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- F1 Macro: 0.
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.0339
|
| 22 |
+
- Accuracy: 0.9951
|
| 23 |
+
- F1 Macro: 0.9948
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 55 |
+
| 0.0863 | 1.0 | 1255 | 0.0317 | 0.9910 | 0.9906 |
|
| 56 |
+
| 0.0336 | 2.0 | 2510 | 0.0303 | 0.9928 | 0.9925 |
|
| 57 |
+
| 0.0135 | 3.0 | 3765 | 0.0339 | 0.9951 | 0.9948 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e61dae0381677aec02bb6fed5421593926f7d4f9acd1e05bdc1fb00d111c059
|
| 3 |
+
size 498612824
|
special_tokens_map.json
CHANGED
|
@@ -1,25 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"bos_token":
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
"normalized": true,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"cls_token": {
|
| 10 |
-
"content": "<s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": true,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"eos_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": true,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
"mask_token": {
|
| 24 |
"content": "<mask>",
|
| 25 |
"lstrip": true,
|
|
@@ -27,25 +9,7 @@
|
|
| 27 |
"rstrip": false,
|
| 28 |
"single_word": false
|
| 29 |
},
|
| 30 |
-
"pad_token":
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
"normalized": true,
|
| 34 |
-
"rstrip": false,
|
| 35 |
-
"single_word": false
|
| 36 |
-
},
|
| 37 |
-
"sep_token": {
|
| 38 |
-
"content": "</s>",
|
| 39 |
-
"lstrip": false,
|
| 40 |
-
"normalized": true,
|
| 41 |
-
"rstrip": false,
|
| 42 |
-
"single_word": false
|
| 43 |
-
},
|
| 44 |
-
"unk_token": {
|
| 45 |
-
"content": "<unk>",
|
| 46 |
-
"lstrip": false,
|
| 47 |
-
"normalized": true,
|
| 48 |
-
"rstrip": false,
|
| 49 |
-
"single_word": false
|
| 50 |
-
}
|
| 51 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"cls_token": "<s>",
|
| 4 |
+
"eos_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"mask_token": {
|
| 6 |
"content": "<mask>",
|
| 7 |
"lstrip": true,
|
|
|
|
| 9 |
"rstrip": false,
|
| 10 |
"single_word": false
|
| 11 |
},
|
| 12 |
+
"pad_token": "<pad>",
|
| 13 |
+
"sep_token": "</s>",
|
| 14 |
+
"unk_token": "<unk>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
}
|
tokenizer_config.json
CHANGED
|
@@ -49,14 +49,10 @@
|
|
| 49 |
"errors": "replace",
|
| 50 |
"extra_special_tokens": {},
|
| 51 |
"mask_token": "<mask>",
|
| 52 |
-
"max_length": 512,
|
| 53 |
"model_max_length": 512,
|
| 54 |
"pad_token": "<pad>",
|
| 55 |
"sep_token": "</s>",
|
| 56 |
-
"stride": 0,
|
| 57 |
"tokenizer_class": "RobertaTokenizer",
|
| 58 |
"trim_offsets": true,
|
| 59 |
-
"truncation_side": "right",
|
| 60 |
-
"truncation_strategy": "longest_first",
|
| 61 |
"unk_token": "<unk>"
|
| 62 |
}
|
|
|
|
| 49 |
"errors": "replace",
|
| 50 |
"extra_special_tokens": {},
|
| 51 |
"mask_token": "<mask>",
|
|
|
|
| 52 |
"model_max_length": 512,
|
| 53 |
"pad_token": "<pad>",
|
| 54 |
"sep_token": "</s>",
|
|
|
|
| 55 |
"tokenizer_class": "RobertaTokenizer",
|
| 56 |
"trim_offsets": true,
|
|
|
|
|
|
|
| 57 |
"unk_token": "<unk>"
|
| 58 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e916ca373cd90751e68215b60895a408038c507597d3e86b83ac6268b0f5694
|
| 3 |
size 5777
|