Datasets:
Languages:
English
Size:
1M<n<10M
ArXiv:
Tags:
task-oriented-dialog
task-oriented-dialogues
dialog-flow
dialog-modeling
dialogue-flow
dialogue-modeling
License:
Update README.md
Browse files
README.md
CHANGED
@@ -101,7 +101,7 @@ dataset = load_dataset('sergioburdisso/dialog2flow-dataset', 'WOZ2_0', trust_rem
|
|
101 |
print(dataset)
|
102 |
```
|
103 |
Output:
|
104 |
-
```
|
105 |
DatasetDict({
|
106 |
test: Dataset({
|
107 |
features: ['dialog'],
|
|
|
101 |
print(dataset)
|
102 |
```
|
103 |
Output:
|
104 |
+
```python
|
105 |
DatasetDict({
|
106 |
test: Dataset({
|
107 |
features: ['dialog'],
|