improvement

This commit is contained in:
Aleksandra 2024-04-28 20:32:46 +02:00
parent 40a8116186
commit ae602bd482
4 changed files with 12792 additions and 12775 deletions

View File

@ -1,9 +1,22 @@
Challenging America word-gap prediction
===================================
Guess a word in a gap.
Evaluation metric
-----------------
Perplexity hashed by
```bash
./geval --metric PerplexityHashed --test-name dev-0
```
LikelihoodHashed is the metric
<b>Zadania</b>
-----------------
1. Statystyczny model językowy (zadanie 5)
- branch: master - Perplexity hashed on `dev-0`: 555.75
- branch: 05_ngram - Perplexity hashed on `dev-0`: xxx
<br><br>
2. Neuronowy model językowy (zadanie 7)
- branch: 07_neural - Perplexity hashed on `dev-0`: xxx
<br><br>
3. Model neuronowy rekurencyjny (zadanie 9)
- branch: 09_neural - Perplexity hashed on `dev-0`: xxx

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff