Datasets:
Commit ·
eae075a
1
Parent(s): 9f7222d
Update README.md
Browse files
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.
|