Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.02 KB

veld chain veld_code__glove

This repo contains code velds encapsulating training and usage of GloVe models.

requirements

  • git
  • docker compose (note: older docker compose versions require running docker-compose instead of docker compose)

how to use

A code veld may be integrated into a chain veld, or used directly by adapting the configuration within its yaml file and using the template folders provided in this repo. Open the respective veld yaml file for more information.

Run a veld with:

docker compose -f <VELD_NAME>.yaml up

contained code velds

./veld_train.yaml

Trains a model from scratch.

docker compose -f veld_train.yaml up

./veld_jupyter_notebook.yaml

Launches an interactive jupyter notebook for playing with the models.

docker compose -f veld_jupyter_notebook.yaml up