nihalbaig commited on
Commit
9a14da7
1 Parent(s): 43bb048

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -27,12 +27,12 @@ https://doi.org/10.1371/journal.pone.0250173
27
 
28
  ### Downloading the data
29
 
30
- '''
31
  from datasets import load_dataset
32
 
33
- test = load_dataset("sustcsenlp/bn_emotion_speech_corpus",split="train")
34
 
35
- '''
36
 
37
 
38
  ### Naming Convention
 
27
 
28
  ### Downloading the data
29
 
30
+ ```
31
  from datasets import load_dataset
32
 
33
+ train = load_dataset("sustcsenlp/bn_emotion_speech_corpus",split="train")
34
 
35
+ ```
36
 
37
 
38
  ### Naming Convention