You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
Using fallback gemm implementation
Wasm Runtime initialized Successfully (preRun -> onRuntimeInitialized) in 0.004 secs
Creating Translation Service with config: {"cacheSize":0}
Translation Service created successfully
Constructing translation model ende
Translation Model config:
beam-size: 1
normalize: 1.0
word-penalty: 0
max-length-break: 128
mini-batch-words: 1024
workspace: 128
max-length-factor: 2.0
skip-cost: true
cpu-threads: 0
quiet: true
quiet-translation: true
gemm-precision: int8shiftAlphaAll
alignment: soft
Aligned memory sizes: Model:17140835, Shortlist:3943644, Vocab: 784269
Model 'ende' successfully constructed. Time taken: 0.108 secs
loadLanguageModel function complete
System architecture and extension information can be found as follows:
Go to about:telemetry#environment-data in browser and share "architecture" field under "build" category and "cpu.extensions" field under "system" category
architecture aarch64
cpu.extensions [hasNEON]
The text was updated successfully, but these errors were encountered:
Describe the bug
Firefox Translations has sometimes issues with translating if all letters are uppercase, as not unusual for headlines on some websites.
To Reproduce
Expected behavior
The headlines are translated and the result is the same after step 4 and after step 7.
Actual behavior
Translations after step 4:
DID SIE WISSEN?
WAS ELSE IST HAPPENING?
FOTO DER WOCHE
(The first two are a mix of English and German words, the last translation is correct)
Translations after step 7:
Wussten Sie?
Was ist noch los?
Foto der Woche
(These are all correct translations)
Desktop (please complete the following information as possible):
Using fallback gemm implementation
Wasm Runtime initialized Successfully (preRun -> onRuntimeInitialized) in 0.004 secs
Creating Translation Service with config: {"cacheSize":0}
Translation Service created successfully
Constructing translation model ende
Translation Model config:
beam-size: 1
normalize: 1.0
word-penalty: 0
max-length-break: 128
mini-batch-words: 1024
workspace: 128
max-length-factor: 2.0
skip-cost: true
cpu-threads: 0
quiet: true
quiet-translation: true
gemm-precision: int8shiftAlphaAll
alignment: soft
Aligned memory sizes: Model:17140835, Shortlist:3943644, Vocab: 784269
Model 'ende' successfully constructed. Time taken: 0.108 secs
loadLanguageModel function complete
System architecture and extension information can be found as follows:
Go to about:telemetry#environment-data in browser and share "architecture" field under "build" category and "cpu.extensions" field under "system" category
architecture aarch64
cpu.extensions [hasNEON]
The text was updated successfully, but these errors were encountered: