nirantk commited on
Commit
4a97312
1 Parent(s): a046cb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -20,4 +20,19 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: mit
24
+ task_categories:
25
+ - feature-extraction
26
+ language:
27
+ - en
28
+ size_categories:
29
+ - 1M<n<10M
30
  ---
31
+
32
+
33
+ 1M OpenAI Embeddings: text-embedding-3-large 1536 dimensions
34
+
35
+ - Created: February 2024.
36
+ - Text used for Embedding: title (string) + text (string)
37
+ - Embedding Model: OpenAI text-embedding-3-large
38
+ - This dataset was generated from the first 1M entries of https://huggingface.co/datasets/BeIR/dbpedia-entity, extracted by @KShivendu_ [here](https://huggingface.co/datasets/KShivendu/dbpedia-entities-openai-1M)