Zadanie na przedmiot "Modelowanie Języka"
Go to file
s452744 9fc0b84a2a Update README.md 2024-06-05 13:04:01 +02:00
dev-0 fix directory, does not change much in score 2024-05-16 11:05:35 +02:00
test-A fix directory, does not change much in score 2024-05-16 11:05:35 +02:00
train Again add hate speech info 2022-05-06 22:17:55 +02:00
.gitignore Init 2021-08-23 10:55:15 +02:00
README.md Update README.md 2024-06-05 13:04:01 +02:00
config.txt Init 2021-08-23 10:55:15 +02:00
in-header.tsv Init 2021-08-23 10:55:15 +02:00
main.ipynb fix directory, does not change much in score 2024-05-16 11:05:35 +02:00
out-header.tsv Init 2021-08-23 10:55:15 +02:00
run.py fix directory, does not change much in score 2024-05-16 11:05:35 +02:00

README.md

Challenging America word-gap prediction

Guess a word in a gap.

Evaluation metric

Perplexity hashed by

./geval --metric PerplexityHashed --test-name dev-0

Zadania

  1. Statystyczny model językowy (zadanie 5)
    • branch: master - Perplexity hashed on dev-0: 549.12

  2. Neuronowy model językowy (zadanie 7)
    • branch: 07_neural - Perplexity hashed on dev-0: 465.53

  3. Neuronowy model językowy typu word2vec (zadanie 8)
    • branch: 08_word2vec - Perplexity hashed on dev-0: 437.27
    • branch: 08_word2vec - LogLoss hashed on dev-0: 6.08

  4. Rekurencyjny model neuronowy (zadanie 9)
    • branch: 09_neural - Perplexity hashed on dev-0: xxx