This commit is contained in:
Adam Wojdyla 2023-06-16 08:07:50 +02:00
parent 8d0ee1d4bb
commit deeaf5dbd2

View File

@ -1,14 +1,15 @@
description: s444507 description: s444507
tags: tags:
- neural-network - neural-network
- bigram - gpt-2
params: params:
batch-size: 5000 top: 10
vocab-size: 15000
embed-size: 150
unwanted-params: unwanted-params:
- model-file - model-file
- vocab-file - vocab-file
param-files: param-files:
- "*.yaml" - "*.yaml"
- config/*.yaml - config/*.yaml
links:
- title: "repository"
url: "https://git.wmi.amu.edu.pl/s444506/challenging-america-word-gap-prediction.git"