Skip to content

sgsvnk/allennlp-autorun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allennlp-autorun

This is a script to automate running multiple models with minor changes to the config. Inspired from a HW from Prof. Sameer Singh.

encoders.py - This file contains the script to extend the base config mentioned at ./test/config with the mentioned custom config at encoders.py:18.

What it does?

  • The script creates multiple config files and saves them at ./test/config/.
  • Runs all the listed config files with AllenNLP and saves the models to ./test/models/.
  • Collects best_validation_accuracy3 metric for all the models and saves the list at ./test/results/autogen_results
  • [Only on macOS] Once all the models are processed, plays an alarm so that you can run to your laptop to check the results. 😄

About

Script to run multiple AllenNLP models easily

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages