diff --git a/README.md b/README.md index a3827b393eea0ac0404f6939d9c5fe75aa7650f9..3dcecb896fc2816a41f1010a2e57ed838cba6283 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ from datasets import load_dataset # The second argument is by default 'emowoz', which loads all dialogues from subset. # Use 'multiwoz' or 'dialmage' to load specific subsets. -dataset = load_dataset("hhu-dsml/emowoz", 'emowoz', use_auth_token=True) +dataset = load_dataset("hhu-dsml/emowoz", 'emowoz') ``` ### Data