gustavecortal
commited on
Commit
•
5d827c7
1
Parent(s):
aa2785e
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ Oneirogen was used to produce [The Android and The Machine](https://huggingface.
|
|
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 |
|
20 |
```py
|
|
|
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 |
|
22 |
```py
|