cogniveon commited on
Commit
f5e79b6
1 Parent(s): 1e87a29

google-bert-base-uncased-f1_937

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
3
  base_model: google-bert/bert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: nlpcw_bert-base-uncased-abbr
8
  results: []
@@ -14,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
14
  # nlpcw_bert-base-uncased-abbr
15
 
16
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -40,6 +51,20 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_type: linear
41
  - num_epochs: 10
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.40.0
 
3
  base_model: google-bert/bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
  model-index:
12
  - name: nlpcw_bert-base-uncased-abbr
13
  results: []
 
19
  # nlpcw_bert-base-uncased-abbr
20
 
21
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.2675
24
+ - Precision: 0.9390
25
+ - Recall: 0.9349
26
+ - F1: 0.9369
27
+ - Accuracy: 0.9317
28
 
29
  ## Model description
30
 
 
51
  - lr_scheduler_type: linear
52
  - num_epochs: 10
53
 
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.6325 | 1.0 | 67 | 0.2629 | 0.9036 | 0.9090 | 0.9063 | 0.9043 |
59
+ | 0.3169 | 2.0 | 134 | 0.2297 | 0.9309 | 0.9137 | 0.9223 | 0.9182 |
60
+ | 0.1994 | 3.0 | 201 | 0.2282 | 0.9310 | 0.9193 | 0.9251 | 0.9223 |
61
+ | 0.17 | 4.0 | 268 | 0.2193 | 0.9366 | 0.9286 | 0.9326 | 0.9278 |
62
+ | 0.1457 | 5.0 | 335 | 0.2350 | 0.9395 | 0.9373 | 0.9384 | 0.9331 |
63
+ | 0.1086 | 6.0 | 402 | 0.2435 | 0.9418 | 0.9340 | 0.9379 | 0.9331 |
64
+ | 0.0908 | 7.0 | 469 | 0.2537 | 0.9357 | 0.9283 | 0.9319 | 0.9270 |
65
+ | 0.0791 | 8.0 | 536 | 0.2675 | 0.9390 | 0.9349 | 0.9369 | 0.9317 |
66
+
67
+
68
  ### Framework versions
69
 
70
  - Transformers 4.40.0