501Good commited on
Commit
966159f
1 Parent(s): a6c2e79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -24,6 +24,9 @@ Considering that you got access to the PRIMATE dataset (https://github.com/prima
24
  into the same folder as your script, run the following code to map the labels from our dataset to the posts from the PRIMATE dataset:
25
 
26
  ```python
 
 
 
27
  dataset = load_dataset("tartuNLP/reddit-anhedonia", trust_remote_code=True)
28
 
29
  primate_dataset_path = 'primate_dataset.json'
 
24
  into the same folder as your script, run the following code to map the labels from our dataset to the posts from the PRIMATE dataset:
25
 
26
  ```python
27
+ from datasets import load_dataset
28
+ import json
29
+
30
  dataset = load_dataset("tartuNLP/reddit-anhedonia", trust_remote_code=True)
31
 
32
  primate_dataset_path = 'primate_dataset.json'