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.
- Host: GitHub
- URL: https://github.com/veldhub/veld_code__glove
- Owner: veldhub
- License: mit
- Created: 2024-12-04T13:50:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T11:55:22.000Z (4 months ago)
- Last Synced: 2025-07-01T05:03:49.314Z (3 months ago)
- Topics: glove, nlp, word-embeddings
- Language: C
- Homepage:
- Size: 31.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  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
```