christophsonntag commited on
Commit
4d3370d
1 Parent(s): 079464d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -61,3 +61,12 @@ configs:
61
  - split: train
62
  path: data/train-*
63
  ---
 
 
 
 
 
 
 
 
 
 
61
  - split: train
62
  path: data/train-*
63
  ---
64
+
65
+ This dataset originates from MongoDB's [embedded_movies dataset](https://huggingface.co/datasets/MongoDB/embedded_movies) and contains details on movies
66
+ from different genres. Each row represents a single movie with detailed information.
67
+
68
+ As opposed to the original dataset, this one includes embeddings of the fullplot column using the open source [General Text Embeddings model](https://huggingface.co/thenlper/gte-large)
69
+ instead of OpenAI's text-embedding-ada-002 embedding model used in MongoDB Atlas.
70
+
71
+ Those open source embeddings are also used in [Hermes](https://github.com/chrisonntag/hermes).
72
+