Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SCP Text+ Embeddings
|
| 2 |
+
|
| 3 |
+
This dataset is adapted from the [SCP 1to 7 corpus from Kaggle](https://www.kaggle.com/datasets/czzzzzzz/scp1to7)
|
| 4 |
+
|
| 5 |
+
We concatenated the title, state, text, and image captions columns. We also removed any rows that contained a deleted page, which trims the results down from 6999 -> 6618.
|
| 6 |
+
|
| 7 |
+
The embeddings were generated using [sentence-transformers/multi-qa-mpnet-base-dot-v1](https://huggingface.co/sentence-transformers/multi-qa-mpnet-base-cos-v1)
|
| 8 |
+
|
| 9 |
+
Feel free to use the dataset for semantic search or text generation tasks!
|