Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -52,10 +52,16 @@ configs:
|
|
52 |
data_files:
|
53 |
- split: train
|
54 |
path: instruct/train-*
|
|
|
55 |
---
|
56 |
|
|
|
57 |
|
58 |
-
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
```yml
|
|
|
52 |
data_files:
|
53 |
- split: train
|
54 |
path: instruct/train-*
|
55 |
+
source_datasets: euirim/goodwiki
|
56 |
---
|
57 |
|
58 |
+
# goodwiki-text2text-completion
|
59 |
|
60 |
+
Wikipedia articles split on paragraphs and/or markdown headers pseudo-randomly.
|
61 |
+
|
62 |
+
- inputs/outputs are in columns `inputs`/`targets`
|
63 |
+
- see the `instruct` config with prompts prepended to the text in `inputs`
|
64 |
+
- Source data: `euirim/goodwiki`
|
65 |
|
66 |
|
67 |
```yml
|