Datasets:
TearGosling
commited on
Commit
•
f895179
1
Parent(s):
4db39c2
ClubFloyd README
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- text-adventure
|
6 |
+
size_categories:
|
7 |
+
- n<1K
|
8 |
+
license: apache-2.0
|
9 |
+
task_categories:
|
10 |
+
- text-generation
|
11 |
+
---
|
12 |
+
|
13 |
+
This is a selection of stories from [ClubFloyd](https://www.allthingsjacq.com/interactive_fiction.html#clubfloyd), a collaborative group which makes and plays interactive fiction/text adventure games.
|
14 |
+
|
15 |
+
The dataset was originally compiled by VE-Forbyrdne as part of the dataset for KoboldAI's [Skein model](https://huggingface.co/KoboldAI/GPT-J-6B-Skein). The original files can be found [here](https://wandb.ai/ve-forbryderne/skein/runs/files/files/datasets/floyd); I have only converted the original JSON file into JSONL format for the sake of convenience.
|
16 |
+
|
17 |
+
Use however you want.
|