Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,6 @@ library_name: sentence-transformers
|
|
10 |
|
11 |
This is a sentence_bert based model fine tuned using portuguese SQuAD dataset with batchs of:
|
12 |
- positive samples: question - sentence containing answer
|
13 |
-
- hard negative samples question which answers is not in the sentence, but is in the context of SQuAD dataset.
|
|
|
|
|
|
10 |
|
11 |
This is a sentence_bert based model fine tuned using portuguese SQuAD dataset with batchs of:
|
12 |
- positive samples: question - sentence containing answer
|
13 |
+
- hard negative samples question which answers is not in the sentence, but is in the context of SQuAD dataset.
|
14 |
+
|
15 |
+
This model generate embeddings from text to use with semantic search
|