Skip to content

makai281/veceval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VecEval

This is the code for the evaluation at veceval.com.

To run the evaluation, first run the preparation script:

bash veceval_prepare.sh

You will have to modify some lines in data/ner/scripts/prepare_data.sh and /data/pos/scripts/prepare_data.sh to access your version of NER and POS training data.

Then, run the evaluation script:

bash veceval_evaluate.sh embedding_name /path/to/embeddings.txt.gz

Please contact nayakne@cs.stanford.edu with any questions!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.2%
  • Shell 6.8%