modelscope / AdaSeq

AdaSeq: An All-in-One Library for Developing State-of-the-Art Sequence Understanding Models
Apache License 2.0
413 stars 38 forks source link

[Question]How to run this code on MNRE dataset? #17

Open ZhongAobo opened 1 year ago

ZhongAobo commented 1 year ago

What is your question?

I found that you have upload the MNRE dataset to modelscope, but I have not found the config file for MNRE here.

What have you tried?

I have changed the dataset link in the SNAP‘s config file to MNRE, and then used it to run MNRE. Although it can run, the final result seems to be wrong, because the F1 score is almost equal to 1.

Code (if necessary)

No response

What's your environment?

Code of Conduct

Neva1213 commented 7 months ago

The task for other datasets is NER, while the task for mnre is RE. The type and content in the configuration file need to be changed, but an error occurred during runtime, stating that there is an issue with the type configuration "sequence labeling model" under the model. I am currently not sure which configuration should be changed to RE. Have you resolved this issue?

Gae-Zhang commented 5 months ago

The task for other datasets is NER, while the task for mnre is RE. The type and content in the configuration file need to be changed, but an error occurred during runtime, stating that there is an issue with the type configuration "sequence labeling model" under the model. I am currently not sure which configuration should be changed to RE. Have you resolved this issue?

Have you solved the problem?Expecting a reply, many thanks