Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
configs:
|
| 5 |
+
- config_name: default
|
| 6 |
+
data_files:
|
| 7 |
+
- split: "ds9"
|
| 8 |
+
path: "ds9-raw.jsonl"
|
| 9 |
+
- split: "friends"
|
| 10 |
+
path: "friends-raw.jsonl"
|
| 11 |
+
- split: "futurama"
|
| 12 |
+
path: "futurama-raw.jsonl"
|
| 13 |
+
- split: "mcu"
|
| 14 |
+
path: "mcu-raw.jsonl"
|
| 15 |
+
- split: "office"
|
| 16 |
+
path: "office-raw.jsonl"
|
| 17 |
+
- split: "rickandmorty"
|
| 18 |
+
path: "rickandmorty-raw.jsonl"
|
| 19 |
+
- split: "seinfeld"
|
| 20 |
+
path: "seinfeld-raw.jsonl"
|
| 21 |
+
- split: "southpark"
|
| 22 |
+
path: "southpark-raw.jsonl"
|
| 23 |
+
- split: "tng"
|
| 24 |
+
path: "tng-raw.jsonl"
|
| 25 |
+
- split: "voy"
|
| 26 |
+
path: "voy-raw.jsonl"
|
| 27 |
+
---
|