-
Hi,
Both examples in the README file fail to run. I get the following error:
ImportError: cannot import name 'SimpleFrozenDict' from 'confection' (/Library/Frameworks/Python.framework/Versions/3…
-
**Name of the feature**
*In general, the feature you want added should be supported by HuggingFace's [transformers](https://github.com/huggingface/transformers) library:*
- *If requesting a **model…
-
In what format will we store the data (text) files of the project? Including metadata.
Consider:
- existing standards
- compatibility
- future integration with other systems if possible
- ease of use…
-
I want a spancat that categorize spans of text suggested by another component. I want to train the spancat from the gold standard so I'm just interested in the classification part and not in the SpanS…
-
@usama49 gjør allerede dette etter innlesing som del av synkronisering på setningsnivå.
Det kan også være kjekt i andre sammenhenger, som feks. flytting av notereferanser og sideskift til slutten a…
-
I'm running this code snippet in instructBLIP readme:
```python
import torch
from PIL import Image
# setup device to use
device = torch.device("cuda") if torch.cuda.is_available() else "cpu"
# l…
-
Hi,
I was trying out the new NERv2 task from spacy-llm. I built the following code by concatenating the various examples in the different spacy sources.
```
from spacy_llm.util import assemble
nlp…
-
Hi Team, am not able to load the model, showing factory for 'relation_extractor' for language English (en) issue.
i'm using Jupyter notebook.
import spacy
nlp = spacy.load("rel_component/training…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Typer documentation, with the int…
-
Hello,
I'm using pytextrank with texts in Portuguese. Thanks to issue #54 I'm able to use POS information to produce some basic noun chunking, instead of syntactic information from the parser.
M…