gustavecortal/DreamBank-annotated
Viewer • Updated • 28k • 168 • 9
How to use gustavecortal/dream-t5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("gustavecortal/dream-t5")
model = AutoModelForSeq2SeqLM.from_pretrained("gustavecortal/dream-t5")Sequence-to-Sequence Language Models for Character and Emotion Detection in Dream Narratives. This model is featured in this paper:
Gustave Cortal. Mar 2024. Sequence-to-Sequence Language Models for Character and Emotion Detection in Dream Narratives. In LREC-COLING, Turin, Italy. Association for Computational Linguistics.
This work was performed using HPC resources (Jean Zay supercomputer) from GENCI-IDRIS (Grant 20XX-AD011014205).