Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
json
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
1M - 10M
License:
espejelomar
commited on
Commit
·
be7d206
1
Parent(s):
cf94717
Update README.md
Browse files
README.md
CHANGED
@@ -61,10 +61,10 @@ These steps were done by the Hugging Face team.
|
|
61 |
## Dataset Structure
|
62 |
Each example in the dataset contains pairs of query and answer sentences and is formatted as a dictionary:
|
63 |
```
|
64 |
-
{"query": [sentence_1], "pos": [
|
65 |
-
{"query": [sentence_1], "pos": [
|
66 |
...
|
67 |
-
{"query": [sentence_1], "pos": [
|
68 |
```
|
69 |
This dataset is useful for training Sentence Transformers models. Refer to the following post on how to train models using similar sentences.
|
70 |
### Usage Example
|
|
|
61 |
## Dataset Structure
|
62 |
Each example in the dataset contains pairs of query and answer sentences and is formatted as a dictionary:
|
63 |
```
|
64 |
+
{"query": [sentence_1], "pos": [sentence_2]}
|
65 |
+
{"query": [sentence_1], "pos": [sentence_2]}
|
66 |
...
|
67 |
+
{"query": [sentence_1], "pos": [sentence_2]}
|
68 |
```
|
69 |
This dataset is useful for training Sentence Transformers models. Refer to the following post on how to train models using similar sentences.
|
70 |
### Usage Example
|