Kriyans commited on
Commit
ba64807
1 Parent(s): bc2ed43

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  name: ner
20
  type: ner
21
  config: indian_names
22
- split: train
23
  args: indian_names
24
  metrics:
25
  - name: Precision
@@ -41,7 +41,7 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # my_awesome_wnut_model
43
 
44
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the ner dataset.
45
  It achieves the following results on the evaluation set:
46
  - Loss: 0.0000
47
  - Precision: 1.0
@@ -78,11 +78,11 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 344 | 0.0008 | 0.9995 | 0.9994 | 0.9994 | 0.9997 |
82
- | 0.0027 | 2.0 | 688 | 0.0008 | 0.9994 | 0.9993 | 0.9994 | 0.9996 |
83
- | 0.0016 | 3.0 | 1032 | 0.0001 | 1.0000 | 0.9999 | 0.9999 | 1.0000 |
84
- | 0.0016 | 4.0 | 1376 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 1.0000 |
85
- | 0.0003 | 5.0 | 1720 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
86
 
87
 
88
  ### Framework versions
 
19
  name: ner
20
  type: ner
21
  config: indian_names
22
+ split: test
23
  args: indian_names
24
  metrics:
25
  - name: Precision
 
41
 
42
  # my_awesome_wnut_model
43
 
44
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the ner dataset.
45
  It achieves the following results on the evaluation set:
46
  - Loss: 0.0000
47
  - Precision: 1.0
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 313 | 0.0002 | 1.0000 | 1.0000 | 1.0000 | 1.0000 |
82
+ | 0.0093 | 2.0 | 626 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
83
+ | 0.0093 | 3.0 | 939 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
84
+ | 0.0 | 4.0 | 1252 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
85
+ | 0.0001 | 5.0 | 1565 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
86
 
87
 
88
  ### Framework versions