KShivendu nirantk commited on
Commit
8dd6111
1 Parent(s): 1da9100

Add information about the dataset (#3)

Browse files

- Add information about the dataset (115a0f9fe6ade315cbe97f74a6a08c8222819595)


Co-authored-by: Nirant Kasliwal <nirantk@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -16,4 +16,15 @@ dataset_info:
16
  num_examples: 1000000
17
  download_size: 12383152
18
  dataset_size: 1000000
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
16
  num_examples: 1000000
17
  download_size: 12383152
18
  dataset_size: 1000000
19
+ language:
20
+ - en
21
+ pretty_name: OpenAI 1M with DBPedia Entities
22
+ size_categories:
23
+ - 1M<n<10M
24
  ---
25
+
26
+ 1M OpenAI Embeddings (1536 dimensions) from June 2023.
27
+
28
+ Text used for Embedding: title (string) + text (string)
29
+
30
+ First used for the pgvector vs VectorDB (Qdrant) benchmark: https://nirantk.com/writing/pgvector-vs-qdrant/