Lập Hoàng commited on
Commit
7a3db9e
1 Parent(s): 4a591fd

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.0
29
  - name: Recall
30
  type: recall
31
- value: 0.0
32
  - name: F1
33
  type: f1
34
- value: 0.0
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.5919540229885057
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 1.7842
48
- - Precision: 0.0
49
- - Recall: 0.0
50
- - F1: 0.0
51
- - Accuracy: 0.5920
52
 
53
  ## Model description
54
 
@@ -79,9 +79,9 @@ The following hyperparameters were used during training:
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | No log | 1.0 | 2 | 1.9938 | 0.008 | 0.0606 | 0.0141 | 0.2385 |
83
- | No log | 2.0 | 4 | 1.8448 | 0.0 | 0.0 | 0.0 | 0.4856 |
84
- | No log | 3.0 | 6 | 1.7842 | 0.0 | 0.0 | 0.0 | 0.5920 |
85
 
86
 
87
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.006369426751592357
29
  - name: Recall
30
  type: recall
31
+ value: 0.030303030303030304
32
  - name: F1
33
  type: f1
34
+ value: 0.010526315789473686
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.4482758620689655
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 1.8836
48
+ - Precision: 0.0064
49
+ - Recall: 0.0303
50
+ - F1: 0.0105
51
+ - Accuracy: 0.4483
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 1.0 | 2 | 2.1049 | 0.0037 | 0.0303 | 0.0066 | 0.1753 |
83
+ | No log | 2.0 | 4 | 1.9468 | 0.0054 | 0.0303 | 0.0092 | 0.3793 |
84
+ | No log | 3.0 | 6 | 1.8836 | 0.0064 | 0.0303 | 0.0105 | 0.4483 |
85
 
86
 
87
  ### Framework versions