Git Product home page Git Product logo

Comments (3)

udion avatar udion commented on August 16, 2024

So I have CoNLL-2003 dataset, which I have modified to be in the following format to be consistent with format you provided in the sample_dataset

EU I-ORG
rejects O
German I-MISC
call O
to O
boycott O
British I-MISC
lamb O
. O

Peter I-PER
Blackburn I-PER

(and more)

Now here is a screen shot of training after few iterations with the following configuration

batch_size = 10
embd : GloVe6B 100 dimensional

(other things same as your sample train config)

image

f1 score of dev and test set is consistently -1 throughout the training although the accuracy of train/dev/test keeps on improving. What exactly is the accuracy? how can increase in accuracy not help improve f1 score? Any clues?

from ncrfpp.

udion avatar udion commented on August 16, 2024

I changed the tagScheme so that it is in BIO mode, but the f-score is still -1 all throughout

from ncrfpp.

jiesutd avatar jiesutd commented on August 16, 2024

You use the wrong data format. Only BIO and BMES(BIOES) tag scheme are supported. You need to change your input data format rather than the tagScheme. The tagScheme is setted based on the input data format.

from ncrfpp.

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.