Commit
•
c4193bc
1
Parent(s):
b59456d
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -16,4 +16,8 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
19 |
---
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
tags:
|
20 |
+
- corpus-creator
|
21 |
---
|
22 |
+
This dataset was created using [Corpus Creator](https://huggingface.co/spaces/davanstrien/corpus-creator). This dataset was created by parsing a corpus of text files into chunks of sentences using Llama Index.
|
23 |
+
This processing was done with a chunk size of 256 and a chunk overlap of 0.
|