clairedhx commited on
Commit
e85788e
·
verified ·
1 Parent(s): 09b2daa

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 [almanach/camembert-base](https://huggingface.co/almanach/camembert-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.4950
24
- - Precision: 0.9683
25
- - Recall: 0.9737
26
- - F1: 0.9710
27
- - Accuracy: 0.9726
28
 
29
  ## Model description
30
 
@@ -55,7 +55,7 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.6273 | 1.0 | 1782 | 0.4950 | 0.9683 | 0.9737 | 0.9710 | 0.9726 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [almanach/camembert-base](https://huggingface.co/almanach/camembert-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.5023
24
+ - Precision: 0.9645
25
+ - Recall: 0.9718
26
+ - F1: 0.9681
27
+ - Accuracy: 0.9709
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.6427 | 1.0 | 1782 | 0.5023 | 0.9645 | 0.9718 | 0.9681 | 0.9709 |
59
 
60
 
61
  ### Framework versions