Tommert25 commited on
Commit
4ec31e2
1 Parent(s): a63c735

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.4896
24
- - Precision: 0.6282
25
- - Recall: 0.5688
26
- - F1: 0.5970
27
- - Accuracy: 0.8756
28
 
29
  ## Model description
30
 
@@ -44,8 +44,8 @@ More information needed
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 5e-05
47
- - train_batch_size: 32
48
- - eval_batch_size: 32
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 73 | 0.5149 | 0.5414 | 0.4527 | 0.4931 | 0.8510 |
59
- | No log | 2.0 | 146 | 0.6092 | 0.57 | 0.5005 | 0.5330 | 0.8464 |
60
- | No log | 3.0 | 219 | 0.4896 | 0.6282 | 0.5688 | 0.5970 | 0.8756 |
61
- | No log | 4.0 | 292 | 0.5196 | 0.6420 | 0.6176 | 0.6295 | 0.8764 |
62
- | No log | 5.0 | 365 | 0.5270 | 0.6479 | 0.6176 | 0.6324 | 0.8786 |
63
 
64
 
65
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.5977
24
+ - Precision: 0.6463
25
+ - Recall: 0.6078
26
+ - F1: 0.6264
27
+ - Accuracy: 0.8835
28
 
29
  ## Model description
30
 
 
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 5e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 145 | 0.6113 | 0.6550 | 0.5854 | 0.6182 | 0.8735 |
59
+ | No log | 2.0 | 290 | 0.6457 | 0.6270 | 0.5659 | 0.5949 | 0.8705 |
60
+ | No log | 3.0 | 435 | 0.5977 | 0.6463 | 0.6078 | 0.6264 | 0.8835 |
61
+ | 0.1409 | 4.0 | 580 | 0.6095 | 0.6752 | 0.6449 | 0.6597 | 0.8865 |
62
+ | 0.1409 | 5.0 | 725 | 0.6566 | 0.6680 | 0.6380 | 0.6527 | 0.8851 |
63
 
64
 
65
  ### Framework versions