Datasets:
Tasks:
Sentence Similarity
Languages:
English
Size:
1M<n<10M
Tags:
embeddings
vector search
semantic similarity
semantic search
sentence transformers
sentence similarity
License:
jamescalam
commited on
Commit
•
17fdc41
1
Parent(s):
30eec19
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Oscar EN 2M Embeddings
|
2 |
|
3 |
This dataset contains 2M sentences extracted from the English subset of the OSCAR dataset, and encoded into sentence embeddings using the `sentence-transformers/all-MiniLM-L6-v2` model.
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
language_creators:
|
7 |
+
- other
|
8 |
+
license:
|
9 |
+
- afl-3.0
|
10 |
+
multilinguality: []
|
11 |
+
pretty_name: OSCAR MiniLM Embeddings 2M
|
12 |
+
size_categories:
|
13 |
+
- 1M<n<10M
|
14 |
+
source_datasets:
|
15 |
+
- extended|oscar
|
16 |
+
tags:
|
17 |
+
- embeddings
|
18 |
+
- vector search
|
19 |
+
- semantic similarity
|
20 |
+
- semantic search
|
21 |
+
- sentence transformers
|
22 |
+
- sentence similarity
|
23 |
+
task_categories:
|
24 |
+
- sentence-similarity
|
25 |
+
task_ids: []
|
26 |
+
---
|
27 |
+
|
28 |
# Oscar EN 2M Embeddings
|
29 |
|
30 |
This dataset contains 2M sentences extracted from the English subset of the OSCAR dataset, and encoded into sentence embeddings using the `sentence-transformers/all-MiniLM-L6-v2` model.
|