DayCardoso commited on
Commit
52dec79
·
verified ·
1 Parent(s): 70f93c2

Model save

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_plus
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_plus
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.3789
20
+ - Subset Accuracy: 0.2907
21
+ - F1 Macro: 0.3225
22
+ - F1 Micro: 0.3837
23
+ - Precision Macro: 0.3470
24
+ - Recall Macro: 0.3052
25
+ - Roc Auc: 0.7784
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: 0.0001
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 2025
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 32
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: 25
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.3261 | 1.0 | 767 | 0.1848 | 0.0358 | 0.0273 | 0.0682 | 0.1322 | 0.0165 | 0.7523 |
61
+ | 0.1653 | 2.0 | 1534 | 0.1687 | 0.2000 | 0.1740 | 0.3048 | 0.3058 | 0.1429 | 0.8180 |
62
+ | 0.1422 | 3.0 | 2301 | 0.1700 | 0.2427 | 0.2509 | 0.3398 | 0.4408 | 0.1957 | 0.8239 |
63
+ | 0.1091 | 4.0 | 3068 | 0.1864 | 0.3055 | 0.2801 | 0.3921 | 0.4249 | 0.2469 | 0.8166 |
64
+ | 0.0806 | 5.0 | 3835 | 0.2045 | 0.3021 | 0.2926 | 0.3841 | 0.3993 | 0.2540 | 0.8079 |
65
+ | 0.0542 | 6.0 | 4602 | 0.2328 | 0.2992 | 0.2961 | 0.3785 | 0.3630 | 0.2644 | 0.7991 |
66
+ | 0.0434 | 7.0 | 5369 | 0.2475 | 0.2842 | 0.3076 | 0.3845 | 0.3510 | 0.2955 | 0.7982 |
67
+ | 0.0311 | 8.0 | 6136 | 0.2661 | 0.2919 | 0.3236 | 0.3904 | 0.3442 | 0.3168 | 0.7920 |
68
+ | 0.025 | 9.0 | 6903 | 0.2812 | 0.2844 | 0.3201 | 0.3858 | 0.3441 | 0.3085 | 0.7878 |
69
+ | 0.0186 | 10.0 | 7670 | 0.3123 | 0.2826 | 0.3246 | 0.3879 | 0.3432 | 0.3220 | 0.7827 |
70
+ | 0.0152 | 11.0 | 8437 | 0.3156 | 0.2689 | 0.3217 | 0.3774 | 0.3374 | 0.3157 | 0.7828 |
71
+ | 0.0109 | 12.0 | 9204 | 0.3380 | 0.2856 | 0.3127 | 0.3800 | 0.3410 | 0.2994 | 0.7785 |
72
+ | 0.0095 | 13.0 | 9971 | 0.3636 | 0.2684 | 0.3187 | 0.3783 | 0.3385 | 0.3140 | 0.7699 |
73
+ | 0.0063 | 14.0 | 10738 | 0.3684 | 0.2835 | 0.3206 | 0.3807 | 0.3478 | 0.3049 | 0.7755 |
74
+ | 0.0054 | 15.0 | 11505 | 0.3789 | 0.2907 | 0.3225 | 0.3837 | 0.3470 | 0.3052 | 0.7784 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.53.2
80
+ - Pytorch 2.6.0+cu124
81
+ - Datasets 2.14.4
82
+ - Tokenizers 0.21.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e901773997bde8845b768fe0db207117e90966fbcf452e922fb5bdc1d7b59285
3
  size 438010940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c7c2ad999bc570e10183f1089e98afd93a71a0c80ca74cb1b442220b9353617
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