khyati-mahajan commited on
Commit
a5aa3c2
1 Parent(s): 9683de3

Fixing code snippet formatting

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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(" 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.
 
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.