Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaticMaestro committed Jan 1, 2025
1 parent 3dd1373 commit a207710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added .resources/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ short_description: I guess you might speak <Language>

# Language Guesser based on Name

![preview](.resources/preview.png)

## Data Source

Expand All @@ -32,6 +33,8 @@ The code is partially inspired by https://pytorch.org/tutorials/intermediate/cha
## Evaluation
Although the code is mostly replicated. However, I changed the dataloader to use apply lowercase transformation to data, and it confused the model.

> Notice that the *diagonal* brightness for the **without lowercase**, which can be said that the actual class being *arabic* (for example) is guess as *arabic*. This is not the case with **with lowercase**.
- Confusion matrix with **with lowercase** transformation
![Click here to view the image](model/lowercase_evaluate.png)
![Click here to view the image](model/lowercase_loss.png)
Expand Down

0 comments on commit a207710

Please sign in to comment.