-
### Problem
No finger spelling for names (or in general unknown nouns)
### Description
Right now If I try any name it tends to produce the same result every time.
I tried the prompt `My name is…
-
When I try to run the Wordclouds, I get the following error:
Downloading https://raw.githubusercontent.com/stanfordnlp/stanza-resources/main/resources_1.7.0.json: 370kB [00:00, 5.88MB/s]
2024-01-2…
-
Steps to reproduce:
`python3.8 -m venv test-venv`
`source test-venv/bin/activate`
`pip install git+https://github.com/stanford-crfm/helm.git@main`
`helm-run --suite v1 --max-eval-instances 10 --ru…
-
I'm trying to use the `text-davinci-003` model using the following `config.cfg`
```
[nlp]
lang = "en"
pipeline = ["llm"]
[components]
[components.llm]
factory = "llm"
[components.llm.tas…
-
## How to reproduce the behaviour
```py
import spacy
nlp = spacy.load('en_core_web_trf')
```
Full traceback:
```
------------------------------------------------------------------------…
-
When I load app.py either using streamlit in the commandline, or via streamlit cloud, I get the below error:
ValueError: Unpack failed: incomplete input
```
Traceback:
File "/Users/vipulswaru…
-
I have both classy-classification and spacy-setfit installed.
It seems like installing spacy-setfit actually breaks the classy-classification installation.
When training a classy-classificatio…
-
Hi, I get a different output from the HF NER model when used with the spacy and spacy-wrap.
HF pipeline
```
model_path = 'asahi417/tner-xlm-roberta-base-ontonotes5'
tokenizer = AutoTokenizer.…
-
The first step in any NLP application is tokenization, so that should be the first issue tackled.
A nice explanation of Spacy's tokenization algorithm can be found at https://spacy.io/usage/linguis…
-
!python run_pipeline.py "前白蛋白(PA) 302.65 mg/L 180-400 参考值 2 *总蛋白(TP) 69.9 19*尿酸(URIC) 542.06 umol/L 1 148.8-416.5 g/L 65-85 20 " ./fewshot.cfg ./examples.json
error:Traceback (most recent call la…