CarlosDataAnalysis commited on
Commit
f2a012e
1 Parent(s): 663c9f4

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 2.1046
24
- - Precision: 0.0045
25
- - Recall: 0.0128
26
- - F1: 0.0067
27
- - Accuracy: 0.2766
28
 
29
  ## Model description
30
 
@@ -56,7 +56,7 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 2.1037 | 1.0 | 14 | 2.1046 | 0.0045 | 0.0128 | 0.0067 | 0.2766 |
60
 
61
 
62
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 2.2304
24
+ - Precision: 0.0033
25
+ - Recall: 0.0179
26
+ - F1: 0.0056
27
+ - Accuracy: 0.0585
28
 
29
  ## Model description
30
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 2.2287 | 1.0 | 14 | 2.2304 | 0.0033 | 0.0179 | 0.0056 | 0.0585 |
60
 
61
 
62
  ### Framework versions