Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hrdadfi committed Jun 24, 2021
1 parent b0f788d commit cfbf85e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Zabanshenas 🦁</h1>

**Zabanshenas** is a Transformer-based solution for identifying the most likely language of a written document/text.
A Transformer-based solution for identifying the most likely language of a written document/text.
**Zabanshenas** is a Persian word that has two meanings:

- A person who studies linguistics.
Expand Down Expand Up @@ -836,7 +836,8 @@ Precision, recall, F1 scores for each language and level are presented in the fo

</details>

As can be seen, the model outperforms on groups of similar or dialects languages. For instance, the f1 scores for the Persian language and similar languages like Gilaki, Northern Luri, Central Kurdish, Kurdish, and Mazanderani are 92%, 91%, 92%, 99%, 94%, and 93%, respectively.
As can be seen, the model outperforms on groups of similar or dialects languages.
For instance, the f1 scores for the Persian language and similar languages like Gilaki, Northern Luri, Central Kurdish, Kurdish, and Mazanderani are 92%, 91%, 92%, 99%, 94%, and 93%, respectively.

# How to Install
We recommend Python 3.7 or higher, PyTorch 1.6.0 or higher. The code does not work with Python 2.7.
Expand Down Expand Up @@ -873,7 +874,7 @@ Output:
]
```

Or you can find out the all the candidates' scores of detected languages using the following snippet.
Or you can find out all the candidates' scores using the following snippet.

```python
from zabanshenas.zabanshenas import Zabanshenas
Expand Down Expand Up @@ -2073,13 +2074,11 @@ Output:
]
]
```

</details>

## Citation

Please cite in your publication as the following:


```bibtex
@misc{ZabanShenas,
author = {Mehrdad Farahani},
Expand Down

0 comments on commit cfbf85e

Please sign in to comment.