urbija commited on
Commit
bb8d667
·
1 Parent(s): d0b4dfa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: ner-bio-annotated-4
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # ner-bio-annotated-4
14
 
15
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -40,6 +51,15 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_warmup_ratio: 0.2
41
  - num_epochs: 3
42
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.30.2
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
  model-index:
11
  - name: ner-bio-annotated-4
12
  results: []
 
17
 
18
  # ner-bio-annotated-4
19
 
20
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1253
23
+ - Precision: 0.7316
24
+ - Recall: 0.7846
25
+ - F1: 0.7572
26
+ - Accuracy: 0.9640
27
 
28
  ## Model description
29
 
 
51
  - lr_scheduler_warmup_ratio: 0.2
52
  - num_epochs: 3
53
 
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 67 | 0.1690 | 0.5398 | 0.6195 | 0.5769 | 0.9422 |
59
+ | No log | 2.0 | 134 | 0.1422 | 0.6725 | 0.7493 | 0.7089 | 0.9562 |
60
+ | No log | 3.0 | 201 | 0.1253 | 0.7316 | 0.7846 | 0.7572 | 0.9640 |
61
+
62
+
63
  ### Framework versions
64
 
65
  - Transformers 4.30.2