challenging-america-word-ga.../gonito.yaml

13 lines
310 B
YAML
Raw Normal View History

2023-05-26 15:13:44 +02:00
description: Neural newtork with embeddings for the closest words + bag of words (mean from 54 word embeddings from left and right)
2023-04-19 17:33:52 +02:00
tags:
2023-05-26 15:13:44 +02:00
- embeddings
2023-04-26 18:02:10 +02:00
- neural network
2023-05-26 15:13:44 +02:00
- bag of words
2023-04-19 17:33:52 +02:00
params:
2023-05-26 15:13:44 +02:00
- vocab_size: 25000
- embed_size: 300
2023-05-08 14:49:03 +02:00
- batch_size: 10000
2023-05-26 15:13:44 +02:00
- epoch: 1
2023-04-19 17:33:52 +02:00
unwanted-params:
param-files:
links: