This commit is contained in:
mikolajpaterka 2023-05-31 00:42:01 +02:00
parent f06f0fe073
commit ff955e2e7c
3 changed files with 12 additions and 17933 deletions

File diff suppressed because it is too large Load Diff

12
gonito.yaml Normal file
View File

@ -0,0 +1,12 @@
description: trigram model
tags:
- neural-network
- bag of words
- embeddings
params:
epochs: 1
learning-rate: 0.0001
vocab_size: 5000
embed_size: 300
hidden_size: 300

File diff suppressed because it is too large Load Diff