qualis2006 commited on
Commit
e9a19a5
1 Parent(s): 8f2d354

Training complete

Browse files
Files changed (2) hide show
  1. README.md +8 -8
  2. tokenizer.json +8 -1
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 an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0771
24
- - Precision: 0.9366
25
- - Recall: 0.9525
26
- - F1: 0.9445
27
- - Accuracy: 0.9867
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0165 | 1.0 | 1756 | 0.0790 | 0.9256 | 0.9458 | 0.9356 | 0.9849 |
59
- | 0.0106 | 2.0 | 3512 | 0.0805 | 0.9323 | 0.9482 | 0.9402 | 0.9857 |
60
- | 0.0112 | 3.0 | 5268 | 0.0771 | 0.9366 | 0.9525 | 0.9445 | 0.9867 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0626
24
+ - Precision: 0.9338
25
+ - Recall: 0.9498
26
+ - F1: 0.9418
27
+ - Accuracy: 0.9864
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0751 | 1.0 | 1756 | 0.0595 | 0.9048 | 0.9345 | 0.9194 | 0.9832 |
59
+ | 0.0338 | 2.0 | 3512 | 0.0645 | 0.9311 | 0.9467 | 0.9388 | 0.9859 |
60
+ | 0.0222 | 3.0 | 5268 | 0.0626 | 0.9338 | 0.9498 | 0.9418 | 0.9864 |
61
 
62
 
63
  ### Framework versions
tokenizer.json CHANGED
@@ -1,7 +1,14 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "[PAD]"
11
+ },
12
  "added_tokens": [
13
  {
14
  "id": 0,