vg055 commited on
Commit
3cf8abd
1 Parent(s): 9e220cd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.0305
20
- - F1: 0.5445
21
 
22
  ## Model description
23
 
@@ -48,13 +48,13 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 1.1242 | 1.0 | 766 | 1.0659 | 0.5122 |
52
- | 0.9831 | 2.0 | 1532 | 1.0305 | 0.5445 |
53
 
54
 
55
  ### Framework versions
56
 
57
  - Transformers 4.28.0
58
  - Pytorch 2.0.1+cu118
59
- - Datasets 2.13.0
60
  - Tokenizers 0.13.3
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0250
20
+ - F1: 0.5436
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 1.0805 | 1.0 | 766 | 1.0740 | 0.4975 |
52
+ | 0.963 | 2.0 | 1532 | 1.0250 | 0.5436 |
53
 
54
 
55
  ### Framework versions
56
 
57
  - Transformers 4.28.0
58
  - Pytorch 2.0.1+cu118
59
+ - Datasets 2.13.1
60
  - Tokenizers 0.13.3