This commit is contained in:
AdamOsiowy123 2023-06-07 20:45:27 +02:00
parent 4582974410
commit 975c970a16
3 changed files with 17936 additions and 17942 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,6 @@
description: Bag of words
description: gpt2
tags:
- bow
- gpt2-large
- neural-network
params:
- vocab_size: 25000
- batch_size: 4000
- hidden_layer_size: 150
- epochs: 1
- top: 1000
- learning_rate: 0.00001
- train_size: 400000
- top: 50

File diff suppressed because one or more lines are too long