DarksitoBest commited on
Commit
0187adf
·
verified ·
1 Parent(s): 07ca656

End of training

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: AMANDA
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
+ # AMANDA
18
+
19
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.1038
22
+ - Accuracy: 0.535
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 2
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.4019 | 0.1 | 5 | 1.6483 | 0.2325 |
54
+ | 1.6313 | 0.2 | 10 | 1.5832 | 0.2725 |
55
+ | 1.6173 | 0.3 | 15 | 1.5735 | 0.2675 |
56
+ | 1.5995 | 0.4 | 20 | 1.5052 | 0.3262 |
57
+ | 1.5813 | 0.5 | 25 | 1.5326 | 0.3162 |
58
+ | 1.424 | 0.6 | 30 | 1.5407 | 0.2988 |
59
+ | 1.4952 | 0.7 | 35 | 1.5319 | 0.2975 |
60
+ | 1.5068 | 0.8 | 40 | 1.4702 | 0.34 |
61
+ | 1.4513 | 0.9 | 45 | 1.3828 | 0.4275 |
62
+ | 1.2967 | 1.0 | 50 | 1.3537 | 0.5 |
63
+ | 1.2603 | 1.1 | 55 | 1.2783 | 0.47 |
64
+ | 1.1391 | 1.2 | 60 | 1.2316 | 0.4688 |
65
+ | 1.1007 | 1.3 | 65 | 1.2129 | 0.4688 |
66
+ | 1.1748 | 1.4 | 70 | 1.1682 | 0.4875 |
67
+ | 1.1319 | 1.5 | 75 | 1.1496 | 0.5088 |
68
+ | 1.0371 | 1.6 | 80 | 1.1145 | 0.5475 |
69
+ | 1.1062 | 1.7 | 85 | 1.0948 | 0.55 |
70
+ | 1.0489 | 1.8 | 90 | 1.1009 | 0.5387 |
71
+ | 0.9534 | 1.9 | 95 | 1.1073 | 0.535 |
72
+ | 1.1567 | 2.0 | 100 | 1.1038 | 0.535 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.57.1
78
+ - Pytorch 2.8.0+cu126
79
+ - Datasets 4.4.1
80
+ - Tokenizers 0.22.1