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.0rc2.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.0rc2-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: abtranslate-0.2.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 1bd94069c3365addeef9037ea6e8a0bf4d44f8a14b5ea921bdaf87043c123268
MD5 4372e8b7c465f2d6bd47af55b066e3ec
BLAKE2b-256 49d4d93d2ee655038da3c2e12840fa19a3c7cc5e9a4bcbaa5513c44856d57478

See more details on using hashes here.

File details

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

File metadata

  • Download URL: abtranslate-0.2.0rc2-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.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 aefcccfeb6c0eecd236e9b182fd14c08db6af8f1d6452deea0c83b83f97eeed5
MD5 d8cc076ca69592f72459c68580d5aa40
BLAKE2b-256 bba604f21deb9f63664d952474aa60956a531605f9676ed55bd26c7138023315

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