Skip to content
Snippets Groups Projects
Commit aec98ce7 authored by Shutong Feng's avatar Shutong Feng
Browse files

Update README.md

parent 59fb72aa
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ from datasets import load_dataset ...@@ -9,7 +9,7 @@ from datasets import load_dataset
# The second argument is by default 'emowoz', which loads all dialogues from subset. # The second argument is by default 'emowoz', which loads all dialogues from subset.
# Use 'multiwoz' or 'dialmage' to load specific subsets. # 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 ### Data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment