lsoni commited on
Commit
528305c
·
1 Parent(s): 064d789

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # bert-finetuned-ner-synonym-replacement
19
 
20
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.4556
23
  - Precision: 0.6825
 
17
 
18
  # bert-finetuned-ner-synonym-replacement
19
 
20
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the combined training dataset(tweetner7(train_2021)+augmented dataset(train_2021) using synonym replacment technique.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.4556
23
  - Precision: 0.6825