Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

French CharLM and NER tagger models #238

Closed
mhham opened this issue Nov 22, 2018 · 8 comments
Closed

French CharLM and NER tagger models #238

mhham opened this issue Nov 22, 2018 · 8 comments
Labels
new language New languages

Comments

@mhham
Copy link

mhham commented Nov 22, 2018

I have trained forward and backward french CharLMs based on a french wikipedia dump, as well as a french NER tagger using the CharLMs and french Fasttext embedding, on the WikiNER annotated corpus.

For the CharLMs I have reached the following validation perplexities:

  • Forward : 3.15
  • Backward : 3.17

For the NER tagger, I have reached the following performances :

Set Precision Recall
Validation 88.1% 87.9%
Test 87.9% 87.7%
spaCy (for comparison) 82.24% 81.61%

You can download them and include them in your framework :

  • CharLMs backward : link
  • CharLMs forward : link
  • NER tagger : link
@tabergma tabergma added the new language New languages label Nov 22, 2018
@alanakbik
Copy link
Collaborator

@mhham wow great results!

Thanks very much for making these models available - we'll include them in the next release!

@alanakbik
Copy link
Collaborator

@mhham which WikiNER corpus did you use? In the WikiNER Github, there is a wp2 and a wp3 version for French (and all other languages).

@mhham
Copy link
Author

mhham commented Nov 26, 2018

I used the aij-wikiner-fr-wp3 one from the WikiNER Github you mentioned

@alanakbik
Copy link
Collaborator

Ok, thanks!

tabergma added a commit that referenced this issue Dec 12, 2018
alanakbik pushed a commit that referenced this issue Dec 12, 2018
@aschmu
Copy link

aschmu commented May 22, 2019

Hi, just a quick question, do we know what parameters were used to train the final model? I'm trying to reproduce the metrics using the wikiner dataset.

@ghost
Copy link

ghost commented Aug 28, 2020

Good morning ,
i am having a strange error will loading flair french NER models.
it seems that the download link is no longer valide.

can you help please me ?

image

@alanakbik
Copy link
Collaborator

@sylvanusmahe - see #1831

@BouriMohammed
Copy link

Hello, Please how I can extract the the wp3 file ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new language New languages
Projects
None yet
Development

No branches or pull requests

5 participants