gustavecortal
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,9 @@ Oneirogen ([0.5B](https://huggingface.co/gustavecortal/oneirogen-0.5B), [1.5B](h
|
|
13 |
|
14 |
Oneirogen was used to produce [The Android and The Machine](https://huggingface.co/datasets/gustavecortal/the-android-and-the-human), an English dataset composed of 10,000 real and 10,000 generated dreams.
|
15 |
|
16 |
-
Oneirogen can be used to generate novel dream narratives. It can also be used for dream analysis. For example, one could finetuned this model on [Hall and Van de Castle annotations](https://dreams.ucsc.edu/Coding/) to predict character and emotion in dream narratives. I've introduced this task in this [paper](https://aclanthology.org/2024.lrec-main.1282/).
|
|
|
|
|
17 |
|
18 |
## Code for generation
|
19 |
|
|
|
13 |
|
14 |
Oneirogen was used to produce [The Android and The Machine](https://huggingface.co/datasets/gustavecortal/the-android-and-the-human), an English dataset composed of 10,000 real and 10,000 generated dreams.
|
15 |
|
16 |
+
Oneirogen can be used to generate novel dream narratives. It can also be used for dream analysis. For example, one could finetuned this model on [Hall and Van de Castle annotations](https://dreams.ucsc.edu/Coding/) to predict character and emotion in dream narratives. I've introduced this task in this [paper](https://aclanthology.org/2024.lrec-main.1282/).
|
17 |
+
|
18 |
+
Generation examples are available on my [website](https://gustavecortal.com/project/oneirogen).
|
19 |
|
20 |
## Code for generation
|
21 |
|