Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,8 @@ model-index:
|
|
15 |
This model is trained to classify Iranian last names.
|
16 |
To use it, type a last name in the space provided on the right and then click on "compute".
|
17 |
The model computes probability of the last name being Persian.
|
18 |
-
The
|
|
|
19 |
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.0863
|
|
|
15 |
This model is trained to classify Iranian last names.
|
16 |
To use it, type a last name in the space provided on the right and then click on "compute".
|
17 |
The model computes probability of the last name being Persian.
|
18 |
+
The compute takes a few seconds to load for the first try (because it needs to load the model first). Subsequent attempt should take only milliseconds.
|
19 |
+
In practice the model can compute the results for an entire batch of data (last names) in a fraction of a second.
|
20 |
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0863
|