Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ We used the RecursiveCharacterTextSplitter from [LangChain](https://www.langchai
|
|
25 |
This HF dataset contains our ready-to-use chunked snippets for the Textbooks corpus, including 125,847 snippets with an average of 182 tokens.
|
26 |
|
27 |
### Dataset Structure
|
28 |
-
Each row is a snippet of Textbooks, which
|
29 |
|
30 |
- id: a unique identifier of the snippet
|
31 |
- title: the title of the textbook from which the snippet is collected
|
|
|
25 |
This HF dataset contains our ready-to-use chunked snippets for the Textbooks corpus, including 125,847 snippets with an average of 182 tokens.
|
26 |
|
27 |
### Dataset Structure
|
28 |
+
Each row is a snippet of Textbooks, which includes the following features:
|
29 |
|
30 |
- id: a unique identifier of the snippet
|
31 |
- title: the title of the textbook from which the snippet is collected
|