This commit is contained in:
Adrian Charkiewicz 2023-06-07 00:18:56 +02:00
parent ef942e1e3d
commit 7eb9af853f
3 changed files with 12687 additions and 12687 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,9 @@
description: trigram model
description: LSTM, 10 right / 10 left context window
tags:
- LSTM
- embeddings
params:
epochs: 1
vocab-size: 5000
learning-rate: 0.0001
vocab_size: 5000
embed_size: 300
hidden_size: 750
hidden_size: 500

File diff suppressed because one or more lines are too long