Tomulaa commited on
Commit
865f45a
·
verified ·
1 Parent(s): 852764b

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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 [mschiesser/ner-bert-german](https://huggingface.co/mschiesser/ner-bert-german) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0000
24
- - Precision: 1.0
25
- - Recall: 1.0
26
- - F1: 1.0
27
- - Accuracy: 1.0
28
 
29
  ## Model description
30
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0001 | 1.0 | 31520 | 0.0001 | 1.0000 | 1.0000 | 1.0000 | 1.0000 |
59
- | 0.0 | 2.0 | 63040 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 1.0000 |
60
- | 0.0 | 3.0 | 94560 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [mschiesser/ner-bert-german](https://huggingface.co/mschiesser/ner-bert-german) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 119277683740048950636180406272.0000
24
+ - Precision: 0.0
25
+ - Recall: 0.0
26
+ - F1: 0.0
27
+ - Accuracy: 0.0554
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-----------------------------------:|:-----:|:------:|:-----------------------------------:|:---------:|:------:|:---:|:--------:|
58
+ | 119256740913612858296522244096.0000 | 1.0 | 37824 | 119277683740048950636180406272.0000 | 0.0 | 0.0 | 0.0 | 0.0554 |
59
+ | 119310513934069312076401082368.0000 | 2.0 | 75648 | 119277683740048950636180406272.0000 | 0.0 | 0.0 | 0.0 | 0.0554 |
60
+ | 119261634645330652545184432128.0000 | 3.0 | 113472 | 119277683740048950636180406272.0000 | 0.0 | 0.0 | 0.0 | 0.0554 |
61
 
62
 
63
  ### Framework versions