Fixing code snippet formatting
Browse files
README.md
CHANGED
@@ -246,7 +246,7 @@ To load this dataset with Datasets, you'll need to install Datasets as pip insta
|
|
246 |
|
247 |
from datasets import load_dataset
|
248 |
|
249 |
-
dataset = load_dataset("
|
250 |
|
251 |
```
|
252 |
In the above code snippet, "full_data" refers to the complete dataset, including seeds, evols and multi-turn conversations. You can load other subsets by specifying the name ('seed_data', 'seed_evol_data' or 'full_data') at the time of loading the dataset. Please adhere to the licenses specified for this dataset.
|
|
|
246 |
|
247 |
from datasets import load_dataset
|
248 |
|
249 |
+
dataset = load_dataset("ServiceNow-AI/M2Lingual", "full_data")
|
250 |
|
251 |
```
|
252 |
In the above code snippet, "full_data" refers to the complete dataset, including seeds, evols and multi-turn conversations. You can load other subsets by specifying the name ('seed_data', 'seed_evol_data' or 'full_data') at the time of loading the dataset. Please adhere to the licenses specified for this dataset.
|