iwonachristop commited on
Commit
38eebb6
1 Parent(s): b0649a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -56,7 +56,7 @@ The nEMO dataset can be loaded and processed using the datasets library:
56
  ```python
57
  from datasets import load_dataset
58
 
59
- nemo = load_dataset("iwonachristop/nemo", split="train")
60
  ```
61
 
62
  ### Supported Tasks
@@ -112,7 +112,11 @@ The dataset is available under the Creative Commons license (CC BY-NC-SA 4.0).
112
 
113
  ### Citation Information
114
 
115
- Bibtex
 
 
 
 
116
 
117
  ### Contributions
118
 
 
56
  ```python
57
  from datasets import load_dataset
58
 
59
+ nemo = load_dataset("amu-cai/nEMO", split="train")
60
  ```
61
 
62
  ### Supported Tasks
 
112
 
113
  ### Citation Information
114
 
115
+ You can access the nEMO paper at [link]. Please cite the paper when referencing the nEMO dataset as:
116
+
117
+ ```
118
+ @article{}
119
+ ```
120
 
121
  ### Contributions
122