dashai-translation-plugin


Namedashai-translation-plugin JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryTranslation Plugin
upload_time2024-09-22 18:07:03
maintainerNone
docs_urlNone
authorDashAI team
requires_python>=3.8
licenseNone
keywords dashai metric model task
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **Translation Plugin**

## **Components included**

The ML components included in this plugin are the following:

### **Task**

- Translation Task

### **Models**

The translation models come from HuggingFace, and these are:

- Helsinki-NLP/opus-mt-en-es: This model translates from English to Spanish using transformers (more information about the model is available [here](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)).

### **Metrics**

The metrics included in this plugin come from the [*evaluation*](https://pypi.org/project/evaluate/) library, and these are:

- BLEU: measures the precision of n-grams between a machine-generated translation and one or more reference translations, evaluating similarity
- TER: calculates the number of edits (insertions, deletions, substitutions, and reordering) needed to transform a machine-generated translation into the reference translation.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dashai-translation-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "DashAI, Metric, Model, Task",
    "author": "DashAI team",
    "author_email": "dashaisoftware@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/52/a2edb50e67c848a9a03dc495a931628c825572a0550b7a6315e4015d39d0/dashai_translation_plugin-0.0.2.tar.gz",
    "platform": null,
    "description": "# **Translation Plugin**\n\n## **Components included**\n\nThe ML components included in this plugin are the following:\n\n### **Task**\n\n- Translation Task\n\n### **Models**\n\nThe translation models come from HuggingFace, and these are:\n\n- Helsinki-NLP/opus-mt-en-es: This model translates from English to Spanish using transformers (more information about the model is available [here](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)).\n\n### **Metrics**\n\nThe metrics included in this plugin come from the [*evaluation*](https://pypi.org/project/evaluate/) library, and these are:\n\n- BLEU: measures the precision of n-grams between a machine-generated translation and one or more reference translations, evaluating similarity\n- TER: calculates the number of edits (insertions, deletions, substitutions, and reordering) needed to transform a machine-generated translation into the reference translation.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Translation Plugin",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "dashai",
        " metric",
        " model",
        " task"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34377209d5b3ffd8b39d26fd6fad05ab90360d05b89b1d8638cbd9e8a35540c8",
                "md5": "cf7dcf5a402e7570a801083f5f5d2267",
                "sha256": "e727dfb0e33fd80c3069d5befaf47ae7ee76e94ab3ca1c3911ad784d921317a4"
            },
            "downloads": -1,
            "filename": "dashai_translation_plugin-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cf7dcf5a402e7570a801083f5f5d2267",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7762,
            "upload_time": "2024-09-22T18:07:01",
            "upload_time_iso_8601": "2024-09-22T18:07:01.708590Z",
            "url": "https://files.pythonhosted.org/packages/34/37/7209d5b3ffd8b39d26fd6fad05ab90360d05b89b1d8638cbd9e8a35540c8/dashai_translation_plugin-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b52a2edb50e67c848a9a03dc495a931628c825572a0550b7a6315e4015d39d0",
                "md5": "5cbe04537b587f3a8a913aaa9d595a7e",
                "sha256": "26408e83743677b09575e2bfe4cb1a01b92c57ee93cbe984081fad0bbf390cbc"
            },
            "downloads": -1,
            "filename": "dashai_translation_plugin-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5cbe04537b587f3a8a913aaa9d595a7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5369,
            "upload_time": "2024-09-22T18:07:03",
            "upload_time_iso_8601": "2024-09-22T18:07:03.081784Z",
            "url": "https://files.pythonhosted.org/packages/1b/52/a2edb50e67c848a9a03dc495a931628c825572a0550b7a6315e4015d39d0/dashai_translation_plugin-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-22 18:07:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dashai-translation-plugin"
}
        
Elapsed time: 0.37710s