Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- rag
|
| 9 |
+
- miniscript
|
| 10 |
+
- code
|
| 11 |
+
pretty_name: MiniScript RAG Corpus
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# MiniScript RAG Corpus
|
| 17 |
+
|
| 18 |
+
This dataset contains source documents for retrieval-augmented generation (RAG) focused on the MiniScript programming language.
|
| 19 |
+
|
| 20 |
+
It includes reference material, book chapters, and a Q&A corpus used as retrieval sources for a MiniScript question-answering assistant.
|
| 21 |
+
|
| 22 |
+
## Contents
|
| 23 |
+
|
| 24 |
+
- MiniScript reference documents
|
| 25 |
+
- Plain-text chapters from instructional material
|
| 26 |
+
- MiniScript Q&A material
|
| 27 |
+
|
| 28 |
+
## Intended use
|
| 29 |
+
|
| 30 |
+
This dataset is intended for building retrieval indexes for MiniScript assistants and search tools.
|
| 31 |
+
|
| 32 |
+
## Notes
|
| 33 |
+
|
| 34 |
+
The files are provided as raw source documents. They are not pre-chunked, embedded, or packaged as a single JSONL file.
|