thejaminator commited on
Commit
eae075a
1 Parent(s): 9f7222d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ This is the imdb dataset, https://huggingface.co/datasets/imdb
5
+
6
+ We've used a reward / sentiment model, https://huggingface.co/lvwerra/distilbert-imdb to compute the rewards of the offline data.
7
+ This is so that we can use offline RL on the data.