Update README.md
#1
by
xzuyn
- opened
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Two of the datasets making up the old Skein collection, converted to .json format as text completion samples.
|
2 |
|
3 |
The original raw json files are found in the `originals` folder, which contains actions and responses separated out. You can also find them, along with readmes, [here on W&B](https://wandb.ai/ve-forbryderne/skein/runs/files/files/datasets).
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- "cys-split.json"
|
8 |
+
- "floyd-split.json"
|
9 |
+
---
|
10 |
Two of the datasets making up the old Skein collection, converted to .json format as text completion samples.
|
11 |
|
12 |
The original raw json files are found in the `originals` folder, which contains actions and responses separated out. You can also find them, along with readmes, [here on W&B](https://wandb.ai/ve-forbryderne/skein/runs/files/files/datasets).
|