otacilio-psf
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ configs:
|
|
46 |
|
47 |
# Recipe Short - Dense and Sparse Embeddings Dataset
|
48 |
|
49 |
-
This dataset is based on the [rk404/recipe_short](https://huggingface.co/datasets/rk404/recipe_short) dataset.
|
50 |
|
51 |
1. **Dense Embeddings**: Created using the `sentence-transformers/all-MiniLM-L6-v2` model with `fastembed` library.
|
52 |
2. **Sparse Embeddings**: Generated using the `Qdrant/bm25-all-minilm-l6-v2-attentions` model with `fastembed` library.
|
|
|
46 |
|
47 |
# Recipe Short - Dense and Sparse Embeddings Dataset
|
48 |
|
49 |
+
This dataset is based on the [rk404/recipe_short](https://huggingface.co/datasets/rk404/recipe_short) dataset, which itself is derived from the [RecipeNLG](https://recipenlg.cs.put.poznan.pl/) dataset. RecipeNLG is a large-scale, high-quality dataset designed for natural language generation tasks in the culinary domain. This dataset includes dense and sparse embeddings for each recipe, generated using the following models:
|
50 |
|
51 |
1. **Dense Embeddings**: Created using the `sentence-transformers/all-MiniLM-L6-v2` model with `fastembed` library.
|
52 |
2. **Sparse Embeddings**: Generated using the `Qdrant/bm25-all-minilm-l6-v2-attentions` model with `fastembed` library.
|