lara-martin
commited on
Commit
•
b726b79
1
Parent(s):
1377c37
Added username to dataset path
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ Dataset is "eventified" and generalized (see LJ Martin, P Ammanabrolu, X Wang, W
|
|
66 |
from datasets import load_dataset
|
67 |
|
68 |
#download and load the data
|
69 |
-
dataset = load_dataset('Scifi_TV_Shows')
|
70 |
#you can then get the individual splits
|
71 |
train = dataset['train']
|
72 |
test = dataset['test']
|
|
|
66 |
from datasets import load_dataset
|
67 |
|
68 |
#download and load the data
|
69 |
+
dataset = load_dataset('lara-martin/Scifi_TV_Shows')
|
70 |
#you can then get the individual splits
|
71 |
train = dataset['train']
|
72 |
test = dataset['test']
|