jalaluddin94 commited on
Commit
4dd6d80
·
1 Parent(s): 3a3306e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -22
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 3.2354
22
- - Accuracy: 0.7269
23
- - Precision: 0.7269
24
- - Recall: 0.7269
25
- - F1 Score: 0.7277
26
 
27
  ## Model description
28
 
@@ -41,28 +41,23 @@ More information needed
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
- - learning_rate: 2e-06
45
- - train_batch_size: 16
46
- - eval_batch_size: 16
47
- - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 10
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
55
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
56
- | 0.0046 | 1.0 | 646 | 3.4709 | 0.7192 | 0.7192 | 0.7192 | 0.7212 |
57
- | 0.0078 | 2.0 | 1292 | 3.1741 | 0.7387 | 0.7387 | 0.7387 | 0.7395 |
58
- | 0.0112 | 3.0 | 1938 | 3.4579 | 0.7096 | 0.7096 | 0.7096 | 0.7093 |
59
- | 0.0084 | 4.0 | 2584 | 3.3145 | 0.7310 | 0.7310 | 0.7310 | 0.7321 |
60
- | 0.0172 | 5.0 | 3230 | 3.2485 | 0.7328 | 0.7328 | 0.7328 | 0.7336 |
61
- | 0.0178 | 6.0 | 3876 | 3.2365 | 0.7324 | 0.7324 | 0.7324 | 0.7329 |
62
- | 0.0129 | 7.0 | 4522 | 3.2885 | 0.7223 | 0.7223 | 0.7223 | 0.7230 |
63
- | 0.0213 | 8.0 | 5168 | 3.3215 | 0.7201 | 0.7201 | 0.7201 | 0.7209 |
64
- | 0.0397 | 9.0 | 5814 | 3.2563 | 0.7269 | 0.7269 | 0.7269 | 0.7274 |
65
- | 0.1601 | 10.0 | 6460 | 3.2354 | 0.7269 | 0.7269 | 0.7269 | 0.7277 |
66
 
67
 
68
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.6569
22
+ - Accuracy: 0.7419
23
+ - Precision: 0.7419
24
+ - Recall: 0.7419
25
+ - F1 Score: 0.7426
26
 
27
  ## Model description
28
 
 
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
+ - learning_rate: 3e-06
45
+ - train_batch_size: 1
46
+ - eval_batch_size: 1
47
+ - seed: 101
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 5
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:--------:|
56
+ | 1.403 | 1.0 | 10330 | 1.3860 | 0.7128 | 0.7128 | 0.7128 | 0.7142 |
57
+ | 1.3213 | 2.0 | 20660 | 1.3367 | 0.7365 | 0.7365 | 0.7365 | 0.7371 |
58
+ | 1.1611 | 3.0 | 30990 | 1.4699 | 0.7396 | 0.7396 | 0.7396 | 0.7406 |
59
+ | 1.0222 | 4.0 | 41320 | 1.6050 | 0.7374 | 0.7374 | 0.7374 | 0.7383 |
60
+ | 0.9008 | 5.0 | 51650 | 1.6569 | 0.7419 | 0.7419 | 0.7419 | 0.7426 |
 
 
 
 
 
61
 
62
 
63
  ### Framework versions