simonada commited on
Commit
feae676
·
verified ·
1 Parent(s): 2839e98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -39,10 +39,11 @@ print(example_phys)
39
 
40
  #### Limitations and bias
41
 
42
- Note that this model had the best performance for drug and disease entities. However BioBERT was able to recognize better the other intervention types.
43
-
44
  This model is limited by its training dataset of entity-annotated clinical trial registry records from a specific span of time and focused on the field of neuroscience. This may not generalize well for all use cases in different domains. Furthermore, the model occassionally tags subword tokens as entities and post-processing of results may be necessary to handle those cases.
45
 
 
 
 
46
  ## Training data
47
 
48
  This model was fine-tuned on [NeuroTrialNER](https://huggingface.co/datasets/bigbio/neurotrial_ner) dataset.
 
39
 
40
  #### Limitations and bias
41
 
 
 
42
  This model is limited by its training dataset of entity-annotated clinical trial registry records from a specific span of time and focused on the field of neuroscience. This may not generalize well for all use cases in different domains. Furthermore, the model occassionally tags subword tokens as entities and post-processing of results may be necessary to handle those cases.
43
 
44
+ ⚠️ This model had the best performance for drug and disease entities. However BioBERT was able to recognize better the other intervention types.
45
+
46
+
47
  ## Training data
48
 
49
  This model was fine-tuned on [NeuroTrialNER](https://huggingface.co/datasets/bigbio/neurotrial_ner) dataset.