en_core_web_lg does not break sentences #12070
-
How come that
Will output this:
Versions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The difference in accuracy can be attributed to the difference between your input text and the training data of the model in question: While the text above appears to be a transcript of a conversation, the large model was trained on newspaper corpora. As you can imagine, the structure and content of the former tends to differ significantly from that of the latter. For more context on how inputs influence the performance of a pre-trained model and tips to improving accuracy, please refer to this post. |
Beta Was this translation helpful? Give feedback.
The difference in accuracy can be attributed to the difference between your input text and the training data of the model in question: While the text above appears to be a transcript of a conversation, the large model was trained on newspaper corpora. As you can imagine, the structure and content of the former tends to differ significantly from that of the latter.
For more context on how inputs influence the performance of a pre-trained model and tips to improving accuracy, please refer to this post.