Bhavesh1609 commited on
Commit
1eff4b9
1 Parent(s): 6f2ac4f

Training complete

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [konverner/distilcamembert-base-ner-address](https://huggingface.co/konverner/distilcamembert-base-ner-address) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0918
23
- - Precision: 0.9412
24
  - Recall: 1.0
25
- - F1: 0.9697
26
- - Accuracy: 0.9821
27
 
28
  ## Model description
29
 
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 33 | 0.1685 | 0.7949 | 0.9688 | 0.8732 | 0.9430 |
58
- | No log | 2.0 | 66 | 0.0946 | 0.9412 | 1.0 | 0.9697 | 0.9800 |
59
- | No log | 3.0 | 99 | 0.0918 | 0.9412 | 1.0 | 0.9697 | 0.9821 |
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [konverner/distilcamembert-base-ner-address](https://huggingface.co/konverner/distilcamembert-base-ner-address) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1194
23
+ - Precision: 0.9268
24
  - Recall: 1.0
25
+ - F1: 0.9620
26
+ - Accuracy: 0.9848
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 64 | 0.1575 | 0.7778 | 0.9211 | 0.8434 | 0.9727 |
58
+ | No log | 2.0 | 128 | 0.1508 | 0.95 | 1.0 | 0.9744 | 0.9783 |
59
+ | No log | 3.0 | 192 | 0.1194 | 0.9268 | 1.0 | 0.9620 | 0.9848 |
60
 
61
 
62
  ### Framework versions