rezaFarsh commited on
Commit
684a8ec
1 Parent(s): d0de723

End of training

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-multilingual-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: ternary_support_eval_base_227_voices_transcriptions
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # ternary_support_eval_base_227_voices_transcriptions
17
+
18
+ This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5979
21
+ - Accuracy: 0.9130
22
+ - F1 Score: 0.8919
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: 4e-05
42
+ - train_batch_size: 1
43
+ - eval_batch_size: 1
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Score |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
53
+ | 1.2416 | 1.0 | 204 | 1.3783 | 0.6957 | 0.5708 |
54
+ | 1.2416 | 2.0 | 408 | 1.4377 | 0.6957 | 0.5708 |
55
+ | 1.4314 | 3.0 | 612 | 1.4118 | 0.6957 | 0.5708 |
56
+ | 1.4314 | 4.0 | 816 | 1.2822 | 0.6957 | 0.5708 |
57
+ | 1.3906 | 5.0 | 1020 | 1.3876 | 0.6957 | 0.5708 |
58
+ | 1.3906 | 6.0 | 1224 | 0.9901 | 0.7391 | 0.7152 |
59
+ | 1.3906 | 7.0 | 1428 | 0.7957 | 0.8261 | 0.8116 |
60
+ | 1.0941 | 8.0 | 1632 | 0.8328 | 0.8696 | 0.8498 |
61
+ | 1.0941 | 9.0 | 1836 | 0.5979 | 0.9130 | 0.8919 |
62
+ | 0.5454 | 10.0 | 2040 | 0.6083 | 0.9130 | 0.8919 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.35.0
68
+ - Pytorch 2.1.0+cu118
69
+ - Datasets 2.14.6
70
+ - Tokenizers 0.14.1