PSTransformer


NamePSTransformer JSON
Version 2.3.0 PyPI version JSON
download
home_pageNone
Summary`PSTransformer` is a Python package that provides two high-level features.
upload_time2024-09-13 14:31:22
maintainerNone
docs_urlNone
authorhttps://github.com/ProgramerSalar
requires_pythonNone
licenseNone
keywords python transformer chat-gpt transformer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            


[![Build Status](https://github.com/raimon49/pip-licenses/workflows/Python%20package/badge.svg)](https://github.com/ProgramerSalar/PSTransformer) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pip-licenses.svg)](https://www.python.org/downloads/) [![PyPI version](https://badge.fury.io/py/pip-licenses.svg)](https://pypi.org/project/PSTransformer/) [![GitHub Release](https://img.shields.io/github/release/raimon49/pip-licenses.svg)](https://pypi.org/project/PSTransformer/#history)  [![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/ProgramerSalar/PSTransformer/blob/master/LICENSE) [![PyPI - Downloads](https://img.shields.io/pypi/dm/pip-licenses)]()





Dump the software license list of Python packages installed with pip.



## Table of Contents



* [Description](#description)

* [Installation](#installation)

* [License](#license)

* [Dependencies](#Dependencies)

* [Reference](https://github.com/ProgramerSalar/PSTransformer/blob/master/Readme_File/REFERENCE.md)

* [Uninstallation](#uninstallation)

* [Contributing](#contributing)

* [CHANGELOG](#CHANGELOG)







## Description



`PSTransformer` is a Python package that provides two high-level features.





## installation

```

pip install PSTransformer==<version>



            OR



pip install PSTransformer

```













## license 

[MIT Licence](https://github.com/ProgramerSalar/PSTransformer/blob/master/LICENSE)



## Dependencies 

- ```torch``` 

- ```tqdm ``` this is progress bar library

- ```datasets ```  this is dataset libarary by huggingface

- ```tokenizers ```  this is tokenizers libary by huggingface

- ```tensorboard ```  TensorBoard is a visualization toolkit for machine learning experimentation. TensorBoard allows tracking and visualizing metrics such as loss and accuracy, visualizing the model graph, viewing histograms, displaying images and much more. In this tutorial we are going to cover TensorBoard installation, basic usage with PyTorch, and how to visualize data you logged in TensorBoard UI.





# Uninstallation

Uninstall package and dependent package with ```pip``` command .

```

pip uninstall PSTransformer torch tqdm datasets tokenizers tensorboard

```



# Contributing 

See [contribution guidelines](https://github.com/ProgramerSalar/PSTransformer/blob/master/CONTRIBUTING.md) .





# CHANGELOG



## 1.0.0



- First Implemention version

    - Add a function 



        - ```BilingualDataset()```

        - ```build_transformer()```





## 2.0.0

- solve some Error, I will Get the package error 



## 2.1.0 

- First Stable relased version



   



## 2.2.0

- Improve document

    - Update the README document

    - Add the Licence 

    - some Required Things 





## 2.3.0 

- Update the Libarary 

    - add the Diffusion model function 

    - update the Readme document





    






            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PSTransformer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, transformer, chat-GPT Transformer",
    "author": "https://github.com/ProgramerSalar",
    "author_email": "<manishkumar60708090@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b8/68/75769abcd3e495db60ce8764b2c69ac97da4624ca0db69e6eccd9fc0e966/pstransformer-2.3.0.tar.gz",
    "platform": null,
    "description": "\r\n\r\n\r\n[![Build Status](https://github.com/raimon49/pip-licenses/workflows/Python%20package/badge.svg)](https://github.com/ProgramerSalar/PSTransformer) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pip-licenses.svg)](https://www.python.org/downloads/) [![PyPI version](https://badge.fury.io/py/pip-licenses.svg)](https://pypi.org/project/PSTransformer/) [![GitHub Release](https://img.shields.io/github/release/raimon49/pip-licenses.svg)](https://pypi.org/project/PSTransformer/#history)  [![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/ProgramerSalar/PSTransformer/blob/master/LICENSE) [![PyPI - Downloads](https://img.shields.io/pypi/dm/pip-licenses)]()\r\n\r\n\r\n\r\n\r\n\r\nDump the software license list of Python packages installed with pip.\r\n\r\n\r\n\r\n## Table of Contents\r\n\r\n\r\n\r\n* [Description](#description)\r\n\r\n* [Installation](#installation)\r\n\r\n* [License](#license)\r\n\r\n* [Dependencies](#Dependencies)\r\n\r\n* [Reference](https://github.com/ProgramerSalar/PSTransformer/blob/master/Readme_File/REFERENCE.md)\r\n\r\n* [Uninstallation](#uninstallation)\r\n\r\n* [Contributing](#contributing)\r\n\r\n* [CHANGELOG](#CHANGELOG)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Description\r\n\r\n\r\n\r\n`PSTransformer` is a Python package that provides two high-level features.\r\n\r\n\r\n\r\n\r\n\r\n## installation\r\n\r\n```\r\n\r\npip install PSTransformer==<version>\r\n\r\n\r\n\r\n            OR\r\n\r\n\r\n\r\npip install PSTransformer\r\n\r\n```\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## license \r\n\r\n[MIT Licence](https://github.com/ProgramerSalar/PSTransformer/blob/master/LICENSE)\r\n\r\n\r\n\r\n## Dependencies \r\n\r\n- ```torch``` \r\n\r\n- ```tqdm ``` this is progress bar library\r\n\r\n- ```datasets ```  this is dataset libarary by huggingface\r\n\r\n- ```tokenizers ```  this is tokenizers libary by huggingface\r\n\r\n- ```tensorboard ```  TensorBoard is a visualization toolkit for machine learning experimentation. TensorBoard allows tracking and visualizing metrics such as loss and accuracy, visualizing the model graph, viewing histograms, displaying images and much more. In this tutorial we are going to cover TensorBoard installation, basic usage with PyTorch, and how to visualize data you logged in TensorBoard UI.\r\n\r\n\r\n\r\n\r\n\r\n# Uninstallation\r\n\r\nUninstall package and dependent package with ```pip``` command .\r\n\r\n```\r\n\r\npip uninstall PSTransformer torch tqdm datasets tokenizers tensorboard\r\n\r\n```\r\n\r\n\r\n\r\n# Contributing \r\n\r\nSee [contribution guidelines](https://github.com/ProgramerSalar/PSTransformer/blob/master/CONTRIBUTING.md) .\r\n\r\n\r\n\r\n\r\n\r\n# CHANGELOG\r\n\r\n\r\n\r\n## 1.0.0\r\n\r\n\r\n\r\n- First Implemention version\r\n\r\n    - Add a function \r\n\r\n\r\n\r\n        - ```BilingualDataset()```\r\n\r\n        - ```build_transformer()```\r\n\r\n\r\n\r\n\r\n\r\n## 2.0.0\r\n\r\n- solve some Error, I will Get the package error \r\n\r\n\r\n\r\n## 2.1.0 \r\n\r\n- First Stable relased version\r\n\r\n\r\n\r\n   \r\n\r\n\r\n\r\n## 2.2.0\r\n\r\n- Improve document\r\n\r\n    - Update the README document\r\n\r\n    - Add the Licence \r\n\r\n    - some Required Things \r\n\r\n\r\n\r\n\r\n\r\n## 2.3.0 \r\n\r\n- Update the Libarary \r\n\r\n    - add the Diffusion model function \r\n\r\n    - update the Readme document\r\n\r\n\r\n\r\n\r\n\r\n    \r\n\r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "`PSTransformer` is a Python package that provides two high-level features.",
    "version": "2.3.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        " transformer",
        " chat-gpt transformer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df6eeac5f89dc16037f4307a861f4bc36374332a1fd5527782422c91db514266",
                "md5": "dea74fcdd65de5401b41c8ee411afe04",
                "sha256": "41d5769d157e76d0af38250d924cedf4822374d7931ce5550a6e5d31fa8cc2b3"
            },
            "downloads": -1,
            "filename": "PSTransformer-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dea74fcdd65de5401b41c8ee411afe04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31319,
            "upload_time": "2024-09-13T14:31:21",
            "upload_time_iso_8601": "2024-09-13T14:31:21.043122Z",
            "url": "https://files.pythonhosted.org/packages/df/6e/eac5f89dc16037f4307a861f4bc36374332a1fd5527782422c91db514266/PSTransformer-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b86875769abcd3e495db60ce8764b2c69ac97da4624ca0db69e6eccd9fc0e966",
                "md5": "4e33d8db01f2ee534e320b3e6d1309ae",
                "sha256": "5a5d3073fc9cfabe00c2d88a2e9b080fcf57c040dd27c76043706ce0cf333e26"
            },
            "downloads": -1,
            "filename": "pstransformer-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4e33d8db01f2ee534e320b3e6d1309ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29394,
            "upload_time": "2024-09-13T14:31:22",
            "upload_time_iso_8601": "2024-09-13T14:31:22.392076Z",
            "url": "https://files.pythonhosted.org/packages/b8/68/75769abcd3e495db60ce8764b2c69ac97da4624ca0db69e6eccd9fc0e966/pstransformer-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-13 14:31:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pstransformer"
}
        
Elapsed time: 1.37633s