Commit
·
f6d6f66
1
Parent(s):
6800977
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,18 @@ Here is how to use this model to detect the language of a given text:
|
|
| 37 |
|
| 38 |
The model is distributed under the Apache License, Version 2.0.
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## References
|
| 41 |
|
| 42 |
If you use this model, please cite the following paper:
|
|
|
|
| 37 |
|
| 38 |
The model is distributed under the Apache License, Version 2.0.
|
| 39 |
|
| 40 |
+
## Version
|
| 41 |
+
|
| 42 |
+
We always maintain the previous version of GlotLID in our repository.
|
| 43 |
+
|
| 44 |
+
To access a specific version, simply append the version number to the `filename`.
|
| 45 |
+
|
| 46 |
+
- For v1: `model_v1.bin` (introduced in the GlotLID paper and used in all experiments).
|
| 47 |
+
- For v2: `model_v2.bin` (an edited version of v1, featuring more languages, and cleaned from noisy corpora based on the analysis of v1).
|
| 48 |
+
|
| 49 |
+
`model.bin` always refers to the latest version (v2).
|
| 50 |
+
|
| 51 |
+
|
| 52 |
## References
|
| 53 |
|
| 54 |
If you use this model, please cite the following paper:
|