description: trigram model prediction tags: - neural-network - trigram params: epochs: 5 learning-rate: 0.001 vocab_size: 30000 embed_size: 300 hidden_size: 150 batch_size: 1000 unwanted-params: - model-file - vocab-file param-files: - "*.yaml" - config/*.yaml links: - title: "repository" url: "https://git.wmi.amu.edu.pl/s444465/challenging-america-word-gap-prediction.git"