Daniel King
Daniel King
It seems the config isn't quite right to include token probabilities. I'm not 100% sure of the solution, but this issue should help (https://github.com/explosion/spaCy/discussions/6388#discussioncomment-330606). The vocab files include the probabilities,...
Options: - simple contextdescription similarity - build on spacy's entity linker pipe - some fast SOTA thing, like blink
spacy 3 exposes model architectures and hyperparam tuning. Maybe we should mess around with some of these things. Things that jump to mind, - try a model with a transformer...
This script is getting quite a few steps removed from the original corpus now. It might be better to convert this to a script which reads a large corpus and...
The mention detector might break up an abbreviation long form into multiple mentions, as described in #150. We may want to think about merging the long forms into single mentions...
# What does this PR do? A bunch of renaming related to `ObjectStore` and `object`. See the commit names for the specific renames # What issue(s) does this change relate...
### System Info - `transformers` version: 4.27.4 - Platform: macOS-12.6-arm64-arm-64bit (also have tested on ubuntu) - Python version: 3.10.9 - Huggingface_hub version: 0.13.3 - PyTorch version (GPU?): 1.13.1 (False) (also...
# Add MosaicML inference endpoints This PR adds support in langchain for MosaicML inference endpoints. We both serve a select few open source models, and allow customers to deploy their...