cjbarrie commited on
Commit
ed1158a
1 Parent(s): 0a0f7b3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.0962
21
- - Accuracy: 0.5079
22
- - F1: 0.4697
23
 
24
  ## Model description
25
 
@@ -50,8 +50,8 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 1.2296 | 1.0 | 151 | 1.1351 | 0.4657 | 0.4597 |
54
- | 1.0926 | 2.0 | 302 | 1.0962 | 0.5079 | 0.4697 |
55
 
56
 
57
  ### Framework versions
@@ -59,4 +59,4 @@ The following hyperparameters were used during training:
59
  - Transformers 4.23.1
60
  - Pytorch 1.12.1+cu113
61
  - Datasets 2.6.1
62
- - Tokenizers 0.13.1
 
17
 
18
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.1103
21
+ - Accuracy: 0.4979
22
+ - F1: 0.4723
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 1.3204 | 1.0 | 151 | 1.1861 | 0.4547 | 0.4244 |
54
+ | 1.1247 | 2.0 | 302 | 1.1103 | 0.4979 | 0.4723 |
55
 
56
 
57
  ### Framework versions
 
59
  - Transformers 4.23.1
60
  - Pytorch 1.12.1+cu113
61
  - Datasets 2.6.1
62
+ - Tokenizers 0.11.6