From aec98ce75b45d2207d02283bc4349e8d7393ba35 Mon Sep 17 00:00:00 2001
From: Shutong Feng <shutong.feng@hhu.de>
Date: Mon, 5 Jun 2023 12:23:31 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a3827b3..3dcecb8 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
-- 
GitLab