MatFil99 commited on
Commit
06f5f08
1 Parent(s): a480fa7

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-news
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.4300
21
  - Accuracy: 0.9
22
  - F1: 0.8783
23
 
 
 
 
 
24
  ## Model description
25
 
26
  More information needed
 
15
 
16
  # bert-base-uncased-ft-news
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the [news](https://huggingface.co/datasets/steciuk/news) dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.4300
21
  - Accuracy: 0.9
22
  - F1: 0.8783
23
 
24
+ and flowing results on the testing set:
25
+ - Accuracy: 0.8954
26
+ - F1: 0.8784
27
+
28
  ## Model description
29
 
30
  More information needed