-
First of all, thank you for all your hard work on this extension! It is a really impressive and cool feature.
If I understand it correctly, you currently use spacy for named entitiy recognition for…
-
### Describe your issue.
I have tried use dendrogram from Kaggle notebook but get error:
```
---------------------------------------------------------------------------
ImportError …
-
### Bug description
`all_gather` function somehow produces negative values.
Here is the code snippet I have in `on_train_epoch_end` function:
```
if torch.any(self.query_labels < 0):
…
-
**Please describe the module you would like to add to the content library**
When I have a text, I want to detect only the keywords from it.
**Do you already have an implementation?**
\-
**Addi…
-
**Issue**
I had the debian package `python3-virtualenv` installed (as a dependency to the package `tox`) and tried to invoke `tox` in the directory of the cloned source code of `virtualenv`. Howeve…
-
### Bug description
As the title said, the loss values are different when resuming from ckpt vs training without interruption.
First, run the code below without interruption.
Second, run the c…
-
## Steps to Reproduce
This may depend on an unknown number of previous steps, but the most recent steps
where:
* `conda update conda`
* `conda install python=3.6.8`
* `conda install python=3.6…
-
## Feature type
Some performance comparisons between different matching algorithms (`SimString`, `FlashText` and `EDS.Matcher`)
## Description
### SimString
Search with a given mea…
-
could you make function to get result of words that matched
-
Hi, would you plan to update this work to support PEFT LoRA and 4-bit quantization?