Datasets:
eduardo-alvarez
commited on
Commit
·
7d476ce
1
Parent(s):
c240c8f
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Loading dialogues can be accomplished using the fun dialogues library or Hugging
|
|
40 |
from fundialogues import dialoader
|
41 |
|
42 |
# load as pandas dataframe
|
43 |
-
bball_coach = dialoader('
|
44 |
```
|
45 |
|
46 |
## Loading using Hugging Face datasets
|
|
|
40 |
from fundialogues import dialoader
|
41 |
|
42 |
# load as pandas dataframe
|
43 |
+
bball_coach = dialoader('customer_service', 'grocery_cashier')
|
44 |
```
|
45 |
|
46 |
## Loading using Hugging Face datasets
|