Model save
Browse files- README.md +88 -0
- model.safetensors +1 -1
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +56 -0
- vocab.txt +0 -0
README.md
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: google-bert/bert-base-uncased
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
model-index:
|
| 8 |
+
- name: bert-seq-class-values-no-context-cru
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# bert-seq-class-values-no-context-cru
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.3223
|
| 20 |
+
- Subset Accuracy: 0.3042
|
| 21 |
+
- F1 Macro: 0.3530
|
| 22 |
+
- F1 Micro: 0.4203
|
| 23 |
+
- Precision Macro: 0.3824
|
| 24 |
+
- Recall Macro: 0.3341
|
| 25 |
+
- Roc Auc: 0.8074
|
| 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: 4
|
| 46 |
+
- eval_batch_size: 4
|
| 47 |
+
- seed: 2025
|
| 48 |
+
- gradient_accumulation_steps: 4
|
| 49 |
+
- total_train_batch_size: 16
|
| 50 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 51 |
+
- lr_scheduler_type: linear
|
| 52 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 53 |
+
- num_epochs: 20
|
| 54 |
+
- mixed_precision_training: Native AMP
|
| 55 |
+
|
| 56 |
+
### Training results
|
| 57 |
+
|
| 58 |
+
| Training Loss | Epoch | Step | Validation Loss | Subset Accuracy | F1 Macro | F1 Micro | Precision Macro | Recall Macro | Roc Auc |
|
| 59 |
+
|:-------------:|:-------:|:-----:|:---------------:|:---------------:|:--------:|:--------:|:---------------:|:------------:|:-------:|
|
| 60 |
+
| 0.4174 | 0.5737 | 767 | 0.2090 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.5932 |
|
| 61 |
+
| 0.1828 | 1.1473 | 1534 | 0.1748 | 0.1320 | 0.0803 | 0.2207 | 0.1575 | 0.0620 | 0.7877 |
|
| 62 |
+
| 0.1663 | 1.7210 | 2301 | 0.1643 | 0.2066 | 0.1822 | 0.3172 | 0.4112 | 0.1480 | 0.8266 |
|
| 63 |
+
| 0.1396 | 2.2947 | 3068 | 0.1635 | 0.2842 | 0.2466 | 0.3875 | 0.4562 | 0.2071 | 0.8290 |
|
| 64 |
+
| 0.1299 | 2.8684 | 3835 | 0.1607 | 0.2926 | 0.2628 | 0.3979 | 0.4435 | 0.2153 | 0.8417 |
|
| 65 |
+
| 0.0911 | 3.4420 | 4602 | 0.1791 | 0.3174 | 0.3135 | 0.4089 | 0.4272 | 0.2707 | 0.8325 |
|
| 66 |
+
| 0.0904 | 4.0157 | 5369 | 0.1812 | 0.3292 | 0.3212 | 0.4156 | 0.3918 | 0.2816 | 0.8305 |
|
| 67 |
+
| 0.0599 | 4.5894 | 6136 | 0.2016 | 0.3217 | 0.3415 | 0.4088 | 0.4062 | 0.3074 | 0.8260 |
|
| 68 |
+
| 0.0617 | 5.1631 | 6903 | 0.2137 | 0.3296 | 0.3433 | 0.4198 | 0.4029 | 0.3095 | 0.8252 |
|
| 69 |
+
| 0.041 | 5.7367 | 7670 | 0.2223 | 0.3171 | 0.3360 | 0.4068 | 0.3899 | 0.3036 | 0.8192 |
|
| 70 |
+
| 0.0454 | 6.3104 | 8437 | 0.2336 | 0.3213 | 0.3520 | 0.4188 | 0.4061 | 0.3260 | 0.8154 |
|
| 71 |
+
| 0.0308 | 6.8841 | 9204 | 0.2452 | 0.3134 | 0.3515 | 0.4162 | 0.4116 | 0.3328 | 0.8164 |
|
| 72 |
+
| 0.0297 | 7.4577 | 9971 | 0.2633 | 0.3069 | 0.3440 | 0.4054 | 0.3786 | 0.3308 | 0.8114 |
|
| 73 |
+
| 0.0235 | 8.0314 | 10738 | 0.2637 | 0.3115 | 0.3529 | 0.4178 | 0.3922 | 0.3347 | 0.8141 |
|
| 74 |
+
| 0.0169 | 8.6051 | 11505 | 0.2811 | 0.2937 | 0.3386 | 0.4058 | 0.3737 | 0.3266 | 0.8065 |
|
| 75 |
+
| 0.0175 | 9.1788 | 12272 | 0.2860 | 0.3065 | 0.3577 | 0.4184 | 0.4005 | 0.3381 | 0.8123 |
|
| 76 |
+
| 0.0119 | 9.7524 | 13039 | 0.2919 | 0.3083 | 0.3394 | 0.4118 | 0.3805 | 0.3143 | 0.8128 |
|
| 77 |
+
| 0.0118 | 10.3261 | 13806 | 0.3005 | 0.2954 | 0.3567 | 0.4223 | 0.3666 | 0.3553 | 0.8116 |
|
| 78 |
+
| 0.0089 | 10.8998 | 14573 | 0.3096 | 0.3034 | 0.3507 | 0.4112 | 0.3758 | 0.3372 | 0.8077 |
|
| 79 |
+
| 0.0079 | 11.4734 | 15340 | 0.3186 | 0.3031 | 0.3539 | 0.4143 | 0.3900 | 0.3371 | 0.8070 |
|
| 80 |
+
| 0.0064 | 12.0471 | 16107 | 0.3223 | 0.3042 | 0.3530 | 0.4203 | 0.3824 | 0.3341 | 0.8074 |
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
### Framework versions
|
| 84 |
+
|
| 85 |
+
- Transformers 4.53.2
|
| 86 |
+
- Pytorch 2.6.0+cu124
|
| 87 |
+
- Datasets 2.14.4
|
| 88 |
+
- Tokenizers 0.21.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438010940
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e10932623f7e673283283f7c332833206caf4a670d011edaff0905f63e5aa10
|
| 3 |
size 438010940
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "[PAD]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"103": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"clean_up_tokenization_spaces": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"extra_special_tokens": {},
|
| 48 |
+
"mask_token": "[MASK]",
|
| 49 |
+
"model_max_length": 512,
|
| 50 |
+
"pad_token": "[PAD]",
|
| 51 |
+
"sep_token": "[SEP]",
|
| 52 |
+
"strip_accents": null,
|
| 53 |
+
"tokenize_chinese_chars": true,
|
| 54 |
+
"tokenizer_class": "BertTokenizer",
|
| 55 |
+
"unk_token": "[UNK]"
|
| 56 |
+
}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|