-
I am learning the use case of polyfuzz with T5 embedding.
I am getting error when using following code:
```
polyfuzz: 0.4.0
transformers: 4.26.1
torch: 1.13.1+cu117
tensorflow: 2.11.0
tensorf…
-
Is it any XLNet model trained in other languages?
Thanks!
-
@pranaydeeps Is possible to add simple code example how to do morphological analysis of some short ancient greek sentence?
Maybe some examples of:
- POS tagging
- cosine sentence similarity
…
-
Plain transformer models (like BERT) are known to produce bad sentence embeddings. From a first, very rough test also Sentence-BERT (https://github.com/UKPLab/sentence-transformers) didn't perform too…
-
Thank you very much for your work, it is excellent. I am currently calculating new metrics specific to the nested NER task on different models. I would like to include yours in my experiments, but for…
-
I dont know if this is a bug or just some kind of usage error but i have tried both pocketsphyx and prorcupine as wake word providers. Both work and have good recognition rates but the recognition aft…
-
Hi, I'd like to use this in some of my data science work but there's not really any steps on how to reproduce.
The linked checkpoint is for a .pt file whilst the repo links to a tensorflow implemen…
-
Hi @MaartenGr,
I have fine-tuned a fuzzy transformer for char level similarity to do fuzzy matching, you can read about how I did here:
LinkedIn post explanation: https://www.linkedin.com/feed/updat…
-
**Is your feature request related to a problem? Please describe.**
The API of this tool should be compatible with sklearn. It would be nice to document how to use these together.
**Describe the so…
-
### Question
I am using now after a while a new version flair 0.12.2 for the script that i used before ( (before that, I guess I used 0.10)to train a Sequence Tagger on "Persian" corpus using BIO…