Skip to main content

A translator wrapper for open-source translation models with batch optimization. Currently supports ArgosTranslate models and is designed for scalable deployment.

Project description

ABTranslate

A translator wrapper for open-source translation models with batch optimization. Currently supports ArgosTranslate models and is designed for scalable deployment.

Features

  • ✅ Optimized translation for list or pandas.Series of text
  • 🛡️ Supports masking of specific patterns to exclude them from translation
  • ⚙️ Thread-tuned for multi-threaded deployment with ctranslate2
  • 📦 Compatible with ArgosTranslate model packages

Installation

pip install abtranslate

Usage

from abtranslate import load_argostranslate_model

# Load model from local path
model_package = load_argostranslate_model(model_path, package_dir=package_extraction_dir)

# Load translator with optional optimizations
translator = model_package.load_translator(optimized_config=True, lazy_load=False)

# Define translation quality settings (based on CTranslate2)
QUALITY_CONFIG = {
    "beam_size": 4,
    "num_hypotheses": 1,
    "replace_unknowns": True,
}

# Translate a batch of texts (e.g. pandas Series or list)
translated_texts = translator.translate_batch(df["input_text"], translation_config=QUALITY_CONFIG)

🔗 Refer to CTranslate2 Translate Batch Parameters for more configuration options.

Main Functions

  • load_argostranslate_model(model_path: str, package_dir: str) -> ModelPackage: Loads and prepares an ArgosTranslate model for usage.

  • ModelPackage.load_translator(translator_config: dict, optimized_config: bool, lazy_load: bool) -> Translator: Returns a translator instance with optional optimizations.

  • Translator.translate_batch(text_list: List[str] | pd.Series, translation_config: dict, return_type: any) -> List[str]: Performs high-performance batch translation with support for multi-threading and tuning.

License

MIT

Author

Ichsan Takwa GitHub

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abtranslate-0.2.0rc1.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

abtranslate-0.2.0rc1-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

Details for the file abtranslate-0.2.0rc1.tar.gz.

File metadata

  • Download URL: abtranslate-0.2.0rc1.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for abtranslate-0.2.0rc1.tar.gz
Algorithm Hash digest
SHA256 76beaf4d1aa53a8996c911c414c540073f489249650e5079ab6a6f0bee35d344
MD5 3931d623e1eee4145a3dbf19589d37f7
BLAKE2b-256 c40ba150af062db5a25dbe29d6a7bacbeeb793e028bd434817fa6defb942619e

See more details on using hashes here.

File details

Details for the file abtranslate-0.2.0rc1-py3-none-any.whl.

File metadata

  • Download URL: abtranslate-0.2.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 27.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for abtranslate-0.2.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 9eea5cfbe0be15b869c9fe74f3b0abf22d0926ac95b310f9ad74e8a2b76b56e5
MD5 3d0a15f7bb64bded3e2476df0d081ad0
BLAKE2b-256 898b302b3e51a26fd6aa8385101ee82ea626127ffba0531cbc15160a2e165fc4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page