maloyan commited on
Commit
ab22410
1 Parent(s): be31375

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: title
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: url
11
+ dtype: string
12
+ - name: wiki_id
13
+ dtype: int32
14
+ - name: views
15
+ dtype: float32
16
+ - name: paragraph_id
17
+ dtype: int32
18
+ - name: langs
19
+ dtype: int32
20
+ - name: emb
21
+ sequence: float32
22
+ splits:
23
+ - name: train
24
+ num_bytes: 72128274660
25
+ num_examples: 35167920
26
+ download_size: 85877047254
27
+ dataset_size: 72128274660
28
+ ---
29
+ # Dataset Card for "wikipedia-22-12-en-embeddings-all-MiniLM-L6-v2"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)