Tanor commited on
Commit
9d3dfbc
1 Parent(s): dc0885c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
@@ -15,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [Tanor/BERTicSENTNEG4](https://huggingface.co/Tanor/BERTicSENTNEG4) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.0501
19
- - F1: 0.6
20
 
21
  ## Model description
22
 
@@ -49,18 +50,17 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | No log | 1.0 | 53 | 0.0846 | 0.0 |
53
- | No log | 2.0 | 106 | 0.0477 | 0.1538 |
54
- | No log | 3.0 | 159 | 0.0438 | 0.6087 |
55
- | No log | 4.0 | 212 | 0.0421 | 0.5778 |
56
- | No log | 5.0 | 265 | 0.0442 | 0.5778 |
57
- | No log | 6.0 | 318 | 0.0477 | 0.5909 |
58
- | No log | 7.0 | 371 | 0.0501 | 0.6 |
59
 
60
 
61
  ### Framework versions
62
 
63
- - Transformers 4.30.2
64
- - Pytorch 2.0.1
65
- - Datasets 2.13.1
66
  - Tokenizers 0.13.3
 
1
  ---
2
+ base_model: Tanor/BERTicSENTNEG4
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
16
 
17
  This model is a fine-tuned version of [Tanor/BERTicSENTNEG4](https://huggingface.co/Tanor/BERTicSENTNEG4) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0473
20
+ - F1: 0.6667
21
 
22
  ## Model description
23
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | No log | 0.98 | 47 | 0.0321 | 0.7727 |
54
+ | No log | 1.99 | 95 | 0.0309 | 0.6667 |
55
+ | No log | 2.99 | 143 | 0.0293 | 0.6809 |
56
+ | No log | 4.0 | 191 | 0.0405 | 0.6429 |
57
+ | No log | 4.98 | 238 | 0.0366 | 0.7442 |
58
+ | No log | 5.99 | 286 | 0.0473 | 0.6667 |
 
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.31.0
64
+ - Pytorch 2.1.0.dev20230801
65
+ - Datasets 2.14.2
66
  - Tokenizers 0.13.3