Skip to content

The evaluation script used to evaluate the Word Embedding Challenge on the NBG Race Platform

Notifications You must be signed in to change notification settings

stjordanis/word-embedding-evaluation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Word embedding evaluator

This script takes as input:

  • The file containing word embedding vectors
  • The file containing the vocabulary of the word embedding
  • The text file on which the embedding will be evaluated on

It initializes an LSTM Language Model using the embedding vectors as the first NN layer.

It continues to train the Language Model on a series of 10-word sentences that help predict the 11th word (label).

Finaly it outputs the Score of the embedding based on the model's training loss.

About

The evaluation script used to evaluate the Word Embedding Challenge on the NBG Race Platform

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%