-
Requested by Alexandra Khramtsova.
For successfully aligned pair of sentences user can add some mark of completion (through the button or the checkbox).
This information can be used for calculatio…
-
## Goal:
Develop a method to generate pairs of questions and relevant content strings from a given dataset, aimed at enhancing retrieval testing. The relevant content should consist of collections o…
-
Apostrophes `ʼ` are not parsed correctly - sometimes they appear in pairs to mark quotations. The second apostrophe usually gets assigned to the following sentence and if there is none (-> end of chap…
-
I am running a simple sentence similarity code:
```python
from sentence_transformers import SentenceTransformer, util
sentence_transformers_model = SentenceTransformer("all-MiniLM-L6-v2")
## T…
-
Last week, [chejnik](https://tatoeba.org/eng/user/profile/chejnik) from the Icelandic-Czech dictionary [hvalur.org](https://hvalur.org) asked in the XMPP chat about using Tatoeba's exported data. I ex…
-
**Describe the bug**
In the practical 3 README.md, there is a sentence that has a grammatical error under the "_**Using Iteration to Construct a List of Ordered Pairs Containing Factorial Numbers…
-
Consider the following string:
```
We made $4500 and then $4600 the next month
```
Solara renders this as:
We can manually escape `$` ahead of time, but it is a complex procedure. Only pair…
-
## Feature suggestion:
Be able to search for "indirectly linked, but not directly linked into a given language, to make it easier for members who are searching for sentences that could be linked.
…
ckjpn updated
2 years ago
-
Hello, I just want to say a big thank you for sentence-transformer.
I have a question for backward_loss in MultipleNegativesSymmetricRankingLoss
according to code
```
import torch
from …
sogm1 updated
8 months ago
-
Hello All,
I have my own domain-specific dataset containing sentence pairs with similarity scores like the Microsoft Paraphrase MRPC dataset. I want to fine-tune the language model using my custom …