olmer commited on
Commit
eefadc5
·
1 Parent(s): f2e801f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,4 +7,6 @@ language:
7
  pretty_name: Wikpedia Paragraphs MPNet Embeddings
8
  ---
9
 
10
- Embeddings of the [english Wikipedia](https://huggingface.co/datasets/wikipedia) [paragraphs](https://huggingface.co/datasets/olmer/wiki_paragraphs) using [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) sentence transformers encoder.
 
 
 
7
  pretty_name: Wikpedia Paragraphs MPNet Embeddings
8
  ---
9
 
10
+ Embeddings of the [english Wikipedia](https://huggingface.co/datasets/wikipedia) [paragraphs](https://huggingface.co/datasets/olmer/wiki_paragraphs) using [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) sentence transformers encoder.
11
+ The dataset contains 43 911 155 paragraphs from 6 458 670 Wikipedia articles. The size of each paragraph varies from 20 to 2000 characters.
12
+ For each paragraph there is an embedding of size 768. Embeddings are stored in numpy files, 1 000 000 embeddings per file. For each embedding file, there is an ids file that contains the list of ids of the corresponding paragraphs.