Datasets:
Languages:
English
Size:
1M<n<10M
ArXiv:
Tags:
task-oriented-dialog
task-oriented-dialogues
dialog-flow
dialog-modeling
dialogue-flow
dialogue-modeling
License:
sergioburdisso
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ dataset = load_dataset('sergioburdisso/dialog2flow-dataset', 'dialog-acts+slots'
|
|
49 |
print(dataset)
|
50 |
```
|
51 |
Output:
|
52 |
-
```
|
53 |
DatasetDict({
|
54 |
train: Dataset({
|
55 |
features: ['utterance', 'label'],
|
|
|
49 |
print(dataset)
|
50 |
```
|
51 |
Output:
|
52 |
+
```python
|
53 |
DatasetDict({
|
54 |
train: Dataset({
|
55 |
features: ['utterance', 'label'],
|