This commit is contained in:
michal.kozlowski 2023-04-28 09:29:27 +02:00
parent 7e225fcf2c
commit e56cb9c904
4 changed files with 17952 additions and 17934 deletions

5
.gitignore vendored
View File

@ -7,4 +7,7 @@
.DS_Store
.token
*in.tsv
bigram.ipynb
bigram.ipynb
env
*.ipynb
*.bin

File diff suppressed because it is too large Load Diff

15
gonito.yaml Normal file
View File

@ -0,0 +1,15 @@
description: Lab7 task
tags:
- bigrams
params:
epochs: 1
embed_size: 250
vocab_size: 3000
batch_size: 4000
learning-rate: 0.01
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "lab7 task"
url: "https://git.wmi.amu.edu.pl/s444415/challenging-america-word-gap-prediction"

File diff suppressed because it is too large Load Diff