Compare commits

..

2 Commits

Author SHA1 Message Date
8671f27d19 new gpt2 2023-06-08 11:06:05 +02:00
efd4e1d42c sdsd 2023-06-07 22:56:00 +02:00
3 changed files with 17940 additions and 17943 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,11 @@
description: trigram model description: trigram model
tags: tags:
- neural-network - neural-network
- ngram - trigram
params: params:
- vocab_size = 15000 epochs: 1
- embedding_dim = 200 learning-rate: 0.0001
- hidden_dim = 500 vocab_size: 38000
- batch_size = 4000 embed_size: 300
- lr = 0.0001 hidden_size: 128
- l_size = 25 batch_size: 800
- r_size = 25
- context_dim = 50

File diff suppressed because it is too large Load Diff