nn output

This commit is contained in:
s444417 2023-05-24 17:08:18 +02:00
parent cb4381bb17
commit 4acd796531
3 changed files with 17944 additions and 17937 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,11 @@
description: This my brilliant solution description: neural network with trigrams, right context
tags: tags:
- neural-network - neural-network
- bigram - right-context
- trigrams
params:
vocab_size: 15000
embed_size: 200
batch_size: 5000
param-files:
- "*.yaml"

File diff suppressed because it is too large Load Diff