Skip to content

GlebNeshchetkin/nlp_ner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NER Task using Glove and Elmo

Description

Glove and Elmo embeddings are compared for solving NER task. Using similar model architecure and different embeddings types (Glove and Elmo), NER task was sloved.

Main Results

Both models (with Glove and Elmo embeddings) achieved accuracy of 0.97 on test set.

Dataset

https://www.kaggle.com/datasets/c4pt41n2004/named-entity-recognition-ner/data

Glove Data

https://www.kaggle.com/datasets/takuok/glove840b300dtxt

Elmo Data

https://drive.google.com/file/d/1scqJxGrRi4VrGX5B1GdyyzZXDc4mPhRB/view?usp=sharing https://s3-us-west-2.amazonaws.com/allennlp/models/elmo/2x4096_512_2048cnn_2xhighway/elmo_2x4096_512_2048cnn_2xhighway_weights.hdf5

About

NER Task using Glove and Elmo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published