DSH-Arch-Setup/vendor/dsh-ui-translate/THIRD_PARTY_NOTICES.md
Шурупов Илья Викторович cf9443753e Add one-command Arch DSH setup
Package the portable DSH profiles, local plugins, desktop integration, Firefox wrapper, and ownership-aware installer lifecycle. Bundle checksum-pinned OpenVSCode, editor extensions, translation assets, and cloudflared so unreliable upstream artifact downloads cannot break a clean installation.
2026-09-12 19:13:36 +03:00

3.1 KiB

Third-party notices

dsh-ui-translate optionally downloads and runs an open-source Chinese-to-English translation model inside a browser Worker. The model is not bundled in the npm package and is downloaded only after the user explicitly selects the browser-local OPUS-MT backend.

OPUS-MT Chinese-to-English model

  • Original model: Helsinki-NLP/opus-mt-zh-en
  • Developed by: Language Technology Research Group, University of Helsinki
  • License: Creative Commons Attribution 4.0 International (CC BY 4.0)
  • Browser-compatible ONNX conversion: Xenova/opus-mt-zh-en, published by Xenova (Joshua Lochner) for Transformers.js
  • Pinned conversion revision: 39d480d52a9ea3065a1f117adfe4dbc55de10e6f
  • Modification disclosure: this plugin does not modify or redistribute the model weights; it downloads the pinned q8 ONNX conversion from that repository at first use

Required attribution and citation:

Jörg Tiedemann and Santhosh Thottingal. “OPUS-MT — Building open translation services for the World.” Proceedings of the 22nd Annual Conference of the European Association for Machine Translation (EAMT), 2020.

The model card reports Chinese as the source language, English as the target language, OPUS training data, and known risks involving errors, bias, and stereotypes. Model output is a convenience translation and is not authoritative.

Transformers.js

Transformers.js is bundled only into the dedicated local-model Worker. It loads the pinned model artifacts and performs inference locally.

Hugging Face Jinja

The Jinja parser is a transitive Transformers.js dependency included in the Worker bundle.

ONNX Runtime Web

The WebAssembly runtime files are shipped with this plugin and served from the same DSH origin.