Santp98 commited on
Commit
dd34566
1 Parent(s): 1a84253

Model save

Browse files
Files changed (2) hide show
  1. README.md +72 -0
  2. generation_config.json +5 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-multilingual-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: bert-base-multilingual-cased-2023-11-15-16-53
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # bert-base-multilingual-cased-2023-11-15-16-53
15
+
16
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.7845
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 1.411 | 0.59 | 500 | 1.2887 |
50
+ | 1.2513 | 1.19 | 1000 | 1.1391 |
51
+ | 1.1402 | 1.78 | 1500 | 1.0585 |
52
+ | 1.0788 | 2.38 | 2000 | 1.0004 |
53
+ | 1.019 | 2.97 | 2500 | 0.9653 |
54
+ | 0.9854 | 3.56 | 3000 | 0.9326 |
55
+ | 0.9523 | 4.16 | 3500 | 0.9079 |
56
+ | 0.9186 | 4.75 | 4000 | 0.8808 |
57
+ | 0.9174 | 5.34 | 4500 | 0.8652 |
58
+ | 0.8825 | 5.94 | 5000 | 0.8428 |
59
+ | 0.8668 | 6.53 | 5500 | 0.8274 |
60
+ | 0.8118 | 7.13 | 6000 | 0.8201 |
61
+ | 0.849 | 7.72 | 6500 | 0.8051 |
62
+ | 0.8478 | 8.31 | 7000 | 0.7989 |
63
+ | 0.8073 | 8.91 | 7500 | 0.7918 |
64
+ | 0.8365 | 9.5 | 8000 | 0.7845 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.35.1
70
+ - Pytorch 2.1.0+cu121
71
+ - Datasets 2.14.7
72
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.35.1"
5
+ }