This commit is contained in:
s444417 2023-06-07 00:06:05 +02:00
parent 33bf1d513c
commit 43346beb34
3 changed files with 12685 additions and 12684 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,11 @@
description: neural network right and left context, context window size 21, hidden layer
description: neural network right and left context, context window size 21, lstm
tags:
- neural-network
- lstm
- right-context
- left-context
params:
vocab_size: 15000
vocab_size: 5000
embed_size: 200
batch_size: 5000
param-files:

File diff suppressed because one or more lines are too long