Views
No views yet
appsettings.json:1{
2 "Models": {
3 "lid-176-bin": {
4 "Type": "FastText",
5 "LabelFormat": "iso639-1", // LID-176 outputs ISO 639-1 codes (en, de, fr, etc.)
6 "LabelPrefix": "__label__",
7 "Path": "../../models/detect-lang/fasttext-language-id/lid.176.bin" // .ftz and .bin formats are both supported
8 },
9 },
10 "Translation": {
11 "AutoDetect": "lid-176-bin"
12 }
13}Path correctly points to the location of your downloaded .bin or .ftz files relative to application.