Kriyans commited on
Commit
2cbcb10
1 Parent(s): 43716b8

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -20,21 +20,21 @@ model-index:
20
  name: ner
21
  type: ner
22
  config: indian_names
23
- split: train
24
  args: indian_names
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.9783236696036152
29
  - name: Recall
30
  type: recall
31
- value: 0.9577025239110016
32
  - name: F1
33
  type: f1
34
- value: 0.9679032760195776
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9800733834122645
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-uncased](https://huggingface.co/bert-base-uncased) on the ner dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.1222
48
- - Precision: 0.9783
49
- - Recall: 0.9577
50
- - F1: 0.9679
51
- - Accuracy: 0.9801
52
 
53
  ## Model description
54
 
@@ -79,11 +79,11 @@ 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 | 438 | 0.1036 | 0.9894 | 0.9413 | 0.9647 | 0.9785 |
83
- | 0.0608 | 2.0 | 876 | 0.1149 | 0.9875 | 0.9466 | 0.9666 | 0.9795 |
84
- | 0.0527 | 3.0 | 1314 | 0.1188 | 0.9846 | 0.9470 | 0.9654 | 0.9787 |
85
- | 0.0413 | 4.0 | 1752 | 0.1200 | 0.9840 | 0.9535 | 0.9685 | 0.9805 |
86
- | 0.0316 | 5.0 | 2190 | 0.1222 | 0.9783 | 0.9577 | 0.9679 | 0.9801 |
87
 
88
 
89
  ### Framework versions
 
20
  name: ner
21
  type: ner
22
  config: indian_names
23
+ split: test
24
  args: indian_names
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.9937446568944307
29
  - name: Recall
30
  type: recall
31
+ value: 0.9914087202529539
32
  - name: F1
33
  type: f1
34
+ value: 0.9925753142214493
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9952919271179678
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-uncased](https://huggingface.co/bert-base-uncased) on the ner dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.0119
48
+ - Precision: 0.9937
49
+ - Recall: 0.9914
50
+ - F1: 0.9926
51
+ - Accuracy: 0.9953
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 1.0 | 438 | 0.0475 | 0.9884 | 0.9554 | 0.9716 | 0.9824 |
83
+ | 0.0493 | 2.0 | 876 | 0.0342 | 0.9932 | 0.9647 | 0.9788 | 0.9868 |
84
+ | 0.0449 | 3.0 | 1314 | 0.0238 | 0.9931 | 0.9758 | 0.9843 | 0.9902 |
85
+ | 0.0319 | 4.0 | 1752 | 0.0152 | 0.9952 | 0.9855 | 0.9903 | 0.9939 |
86
+ | 0.0224 | 5.0 | 2190 | 0.0119 | 0.9937 | 0.9914 | 0.9926 | 0.9953 |
87
 
88
 
89
  ### Framework versions