Spaces:
No application file
No application file
eduardo-alvarez
commited on
Commit
•
29ec518
1
Parent(s):
742a0d9
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ Loading dialogues can be accomplished using the fun dialogues library or Hugging
|
|
36 |
from fundialogues import dialoader
|
37 |
|
38 |
# load as pandas dataframe
|
39 |
-
|
40 |
```
|
41 |
|
42 |
## Loading using Hugging Face datasets
|
@@ -47,8 +47,7 @@ bball_coach = dialoader('sports', 'basketball_coach')
|
|
47 |
```
|
48 |
from datasets import load_dataset
|
49 |
|
50 |
-
|
51 |
-
bball_coach = load_dataset('fun_dialogues', 'basketball_coach')
|
52 |
```
|
53 |
|
54 |
## How to Contribute
|
|
|
36 |
from fundialogues import dialoader
|
37 |
|
38 |
# load as pandas dataframe
|
39 |
+
physics_office_hours = dialoader("FunDialogues/academia-physics-office-hours")
|
40 |
```
|
41 |
|
42 |
## Loading using Hugging Face datasets
|
|
|
47 |
```
|
48 |
from datasets import load_dataset
|
49 |
|
50 |
+
physics_office_hours = load_dataset("FunDialogues/academia-physics-office-hours")
|
|
|
51 |
```
|
52 |
|
53 |
## How to Contribute
|