Code Monkey home page Code Monkey logo

Comments (5)

WeiminXiong avatar WeiminXiong commented on May 30, 2024

The output is like [{'head': 'Skai TV', 'type': 'headquarters location', 'tail': 'Piraeus'}].
How can I adjust the model to output (start_idx (inclusive), end_idx (exclusive))

from rebel.

LittlePea13 avatar LittlePea13 commented on May 30, 2024

Thank you very much for bringing this up.

I somehow lost two lines when cleaning the code for release. I have updated the code with the fix:

rebel/src/pl_modules.py

Lines 195 to 196 in 71ef437

elif self.hparams.dataset_name.split('/')[-1] == 'docred_typed.py':
return [extract_triplets_typed(rel, {'<loc>': 'LOC', '<misc>': 'MISC', '<per>': 'PER', '<num>': 'NUM', '<time>': 'TIME', '<org>': 'ORG'}) for rel in decoded_preds], [extract_triplets_typed(rel, {'<loc>': 'LOC', '<misc>': 'MISC', '<per>': 'PER', '<num>': 'NUM', '<time>': 'TIME', '<org>': 'ORG'}) for rel in decoded_labels]

This will also extract the entity types and won't return an error.

Sorry for the inconvenience.

from rebel.

WeiminXiong avatar WeiminXiong commented on May 30, 2024

Thank you for this! I had just fixed it. And I want to ask what is the function of conf.finetune?
The default value is False. Does it mean that model will be trainned from scratch? Do I need to adjust it to True to finetune on my dataset?

from rebel.

LittlePea13 avatar LittlePea13 commented on May 30, 2024

Hi, that is some legacy parameter, not really used anymore. The model is always trained from a BART checkpoint, but that is defined by "model_name_or_path", "config_name" and "tokenizer_name". You can finetune from just pretrained BART or from the REBEL pre-trained on the silver data checkpoint.

from rebel.

WeiminXiong avatar WeiminXiong commented on May 30, 2024

Thanks!

from rebel.

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.