An open API service indexing awesome lists of open source software.

https://github.com/veldhub/veld_code__glove

Code velds encapsulating training and usage of GloVe models.
https://github.com/veldhub/veld_code__glove

glove nlp word-embeddings

Last synced: 29 days ago
JSON representation

Code velds encapsulating training and usage of GloVe models.

Awesome Lists containing this project

README

          

# ![veld chain](https://raw.githubusercontent.com/veldhub/.github/refs/heads/main/images/symbol_V_letter.png) veld_code__glove

This repo contains [code velds](https://zenodo.org/records/13322913) 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 .yaml up
```

## contained code velds

**[./veld_train.yaml](./veld_train.yaml)**

Trains a model from scratch.

```
docker compose -f veld_train.yaml up
```

**[./veld_jupyter_notebook.yaml](./veld_jupyter_notebook.yaml)**

Launches an interactive jupyter notebook for playing with the models.

```
docker compose -f veld_jupyter_notebook.yaml up
```