16 lines
322 B
YAML
16 lines
322 B
YAML
description: nn bigram solution
|
|
tags:
|
|
- neural-network
|
|
- bigram
|
|
params:
|
|
epochs: 1
|
|
learning-rate: 0.001
|
|
unwanted-params:
|
|
- model-file
|
|
- vocab-file
|
|
param-files:
|
|
- "*.yaml"
|
|
- config/*.yaml
|
|
links:
|
|
- title: "repository"
|
|
url: "https://git.wmi.amu.edu.pl/s444501/challenging-america-word-gap-prediction.git" |