-
# Project Details
AI Toolchain is a collection of tools for quickly building and deploying machine learning models for various use cases. Currently, the toolchain includes a text translation model, a…
-
**Environment**
numpy==1.18.2
scispacy==0.4.0
spacy==3.0.3
spacy-legacy==3.0.1
scikit-learn==0.20.3
en_core_sci_sm 0.4.0
After updation to 0.4.0 release verion, I am getting the following…
-
**Describe the bug**
96c word is being incorrectly identified as PERSON if the query is like "what is letter 96c".
It is fine if I remove letter word.
**Expected behavior**
what is letter 96c
…
-
I've imported the data and install keytext without problem but I've got the error below when trying to execute `from ktext.preprocess import processor`
It seems that the spaCy 'en' model can't be…
-
Hello,
Is it possible to use spacy & transformer models with entity types that are not supported by presidio? Earlier this was possible using something like this:
```python
nlp_engine = SpacyNlpE…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
Hi,
I'm trying to do a distributed training on llama-7b in a VM having two Tesla T4 GPU's using ray with strategy as deepspeed. I'm facing the following error "Could not pickle object as excessively…
-
### Summary of problem
Starting in opentelemetry-api==1.25.0, context propagation between ddtrace and opentelemetry does not work.
There is an exception logged that suggests that "ddcontextvars_…
-
Test failure on my iMac Pro, macOS Monterrey 12.1... any ideas?
```
% python -m unittest integrations.sparse.test_ltr_msmarco_document.TestLtrMsmarcoDocument
Attempting to initialize pre-built in…
-
Love it! Really!
But when trying to make it work it is strange because the error messages are too generic and doesn't explain much to help me solve it.
For example one is that I get the error me…