declare-lab / RECCON

This repository contains the dataset and the PyTorch implementations of the models from the paper Recognizing Emotion Cause in Conversations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model dataclsses

dimens615 opened this issue · comments

Hello, can you share the model dataclsses?The runtime could not find this module--from dataclsses import asdict, dataclass, field, fields

Can you try from dataclasses import asdict, dataclass, field, fields?

Alternatively you can also have a look at this.