Compare commits

..

No commits in common. "master" and "initial-commit" have entirely different histories.

5 changed files with 10520 additions and 17954 deletions

7
.gitignore vendored
View File

@ -1,3 +1,4 @@
*~
*.swp
*.bak
@ -5,9 +6,3 @@
*.o
.DS_Store
.token
solution_bigram.py
solution.ipynb
.vscode
in.tsv
.venv
.idea

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +0,0 @@
description: s444507
tags:
- neural-network
- gpt-2-left-context
params:
top: 50
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "repository"
url: "https://git.wmi.amu.edu.pl/s444506/challenging-america-word-gap-prediction.git"

0
solution.py Normal file → Executable file
View File

File diff suppressed because it is too large Load Diff