Update README.md
Browse files
README.md
CHANGED
@@ -45,9 +45,13 @@ task_categories:
|
|
45 |
|
46 |
# ScienceWikiSmallChunk
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
|
|
|
|
|
|
|
|
51 |
|
52 |
If you wish to prepare some other chunk length:
|
53 |
- use millawell/wikipedia_field_of_science
|
|
|
45 |
|
46 |
# ScienceWikiSmallChunk
|
47 |
|
48 |
+
This dataset contains wikipedia entries from STEM field, unfortunately there is also Business&Economics... but I thought it may contain some useful data as well, even by accident.
|
49 |
|
50 |
+
Processed version of millawell/wikipedia_field_of_science, prepared to be used in small context length RAG systems. Chunk length is tokenizer dependent, but each chunk should be around 512 tokens. Longer wikipedia pages have been split into smaller entries, with title added as a prefix. Embedded using mixedbread-ai/mxbai-embed-large-v1, with truncation to 512 tokens.
|
51 |
+
|
52 |
+
There are also not embedded 256 and 512 tokens datasets available:
|
53 |
+
- Laz4rz/wikipedia_science_chunked_small_rag_512
|
54 |
+
- Laz4rz/wikipedia_science_chunked_small_rag_256
|
55 |
|
56 |
If you wish to prepare some other chunk length:
|
57 |
- use millawell/wikipedia_field_of_science
|