Git Product home page Git Product logo

Comments (5)

a3616001 avatar a3616001 commented on May 30, 2024 4

We trained and evaluated our models on English datasets, and our released models can only handle English.

However, you can definitely train your own models on the other datasets or in other languages using our code. To do so, besides converting the dataset into the format described in the repo, you need to add labels of the dataset in shared/const.py and add the dataset into the argument --task in run_entity.py and run_relation.py.

If your data is in Chinese, you may want to use a pre-trained language model that supports Chinese (e.g., bert-base-multilingual-uncased).

Hope this helps!

from pure.

BearRedy avatar BearRedy commented on May 30, 2024

We trained and evaluated our models on English datasets, and our released models can only handle English.

However, you can definitely train your own models on the other datasets or in other languages using our code. To do so, besides converting the dataset into the format described in the repo, you need to add labels of the dataset in shared/const.py and add the dataset into the argument --task in run_entity.py and run_relation.py.

If your data is in Chinese, you may want to use a pre-trained language model that supports Chinese (e.g., bert-base-multilingual-uncased).

Hope this helps!

thanks a lot!

from pure.

YaoXinZhi avatar YaoXinZhi commented on May 30, 2024

Great job. So, if I change these codes, will I be able to use your code on any data set of the same task ?

from pure.

a3616001 avatar a3616001 commented on May 30, 2024

@YaoXinZhi Yes, the code should work on other datasets of the entity-relation extraction task.

from pure.

nlper01 avatar nlper01 commented on May 30, 2024

Can this code deal with chinese text please?

大佬,你好,我在跑对比实验,能否分享一份可以在中文数据集上跑通的代码以及几条数据示例(好用chatgpt快速完成数据格式转换),我的邮箱是[email protected],感激不尽!

from pure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.