Spaces:
Sleeping
Sleeping
Deepak Sahu
commited on
Commit
·
a207710
1
Parent(s):
3dd1373
update readme
Browse files- .resources/preview.png +0 -0
- README.md +3 -0
.resources/preview.png
ADDED
![]() |
README.md
CHANGED
@@ -12,6 +12,7 @@ short_description: I guess you might speak <Language>
|
|
12 |
|
13 |
# Language Guesser based on Name
|
14 |
|
|
|
15 |
|
16 |
## Data Source
|
17 |
|
@@ -32,6 +33,8 @@ The code is partially inspired by https://pytorch.org/tutorials/intermediate/cha
|
|
32 |
## Evaluation
|
33 |
Although the code is mostly replicated. However, I changed the dataloader to use apply lowercase transformation to data, and it confused the model.
|
34 |
|
|
|
|
|
35 |
- Confusion matrix with **with lowercase** transformation
|
36 |

|
37 |

|
|
|
12 |
|
13 |
# Language Guesser based on Name
|
14 |
|
15 |
+

|
16 |
|
17 |
## Data Source
|
18 |
|
|
|
33 |
## Evaluation
|
34 |
Although the code is mostly replicated. However, I changed the dataloader to use apply lowercase transformation to data, and it confused the model.
|
35 |
|
36 |
+
> 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**.
|
37 |
+
|
38 |
- Confusion matrix with **with lowercase** transformation
|
39 |

|
40 |

|