-
Is Lara compatible with sentence transformers?
-
Dear `lambeq` developers,
I was playing around with the package and testing the parsing example in the bobcat tutorial by simply running
```python
parser = BobcatParser()
diagram = parser.senten…
-
`CrossEncoder` objects currently do not have the `model_card_data` attribute, but `SentenceTransformer` objects do.
```python
from sentence_transformers import SentenceTransformer, CrossEncoder
…
-
Hey all; I'm back with this error. I have not really had much time to check it out, but I suspect that it might be related to local datasets because as before my project uses CachedGISTEmbedLoss and a…
-
Hi team,
I would like to request some support for adding additional features for T5Tokenizer / SentencepieceTokenizer. I was able to convert the HuggingFace T5 Tokenizer to Onnx format using the follo…
-
The following code triggered pyo3_runtime.PanicException: AddedVocabulary bad split
```
from transformers import pipeline
classifier = pipeline("token-classification", model="ckiplab/bert-base-ha…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
I can create embeddings and train e.g. keras model or scikit models for classification but I wonder if there would be some straightforward way to train e.g. multilingual sentence transformers model fo…
-
Hi, thanks fo this fantastic repo and its documentation!
I have a question: I am working on a research project on fact-verification in Czech and as the first step we are trying various approaches t…
-
**Code**
```
from sentence_transformers import SentenceTransformer
model = SentenceTransformer('thenlper/gte-large')
sentences = ["This is an example sentence", "Each sentence is converted"]
embe…