MatFil99 commited on
Commit
d17b434
1 Parent(s): 0daa354

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -15,12 +15,16 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bert-base-uncased-ft-google
17
 
18
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.3195
21
  - Accuracy: 0.9105
22
  - F1: 0.9174
23
 
 
 
 
 
24
  ## Model description
25
 
26
  More information needed
 
15
 
16
  # bert-base-uncased-ft-google
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the [steciuk/google](https://huggingface.co/datasets/steciuk/google) dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.3195
21
  - Accuracy: 0.9105
22
  - F1: 0.9174
23
 
24
+ and flowing results on the testing set:
25
+ - Accuracy: 0.9096
26
+ - F1: 0.9161
27
+
28
  ## Model description
29
 
30
  More information needed