Name | T5Custom JSON |
Version |
1.1.0
JSON |
| download |
home_page | |
Summary | Custom T5 model creation with own csv training dataset |
upload_time | 2023-02-10 08:48:48 |
maintainer | |
docs_url | None |
author | Sushil Ranjan |
requires_python | |
license | |
keywords |
python
t5
t5-base
t5-large
t5-small
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
To run this customT5 need a training dataset which have two coloumns "UseCase" which is a target and "Sentences" which is a source variable.
Ex:
!pip install T5Custom
from T5Custom import main
import pandas as pd
path = "https://github.com/nikuraj006/customeT5/blob/main/T5_training%20Data.csv"
df = pd.read_csv(path).dropna()
main.trainModel(df,True) # to train Model
Raw data
{
"_id": null,
"home_page": "",
"name": "T5Custom",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,T5,T5-Base,T5-Large,T5-Small",
"author": "Sushil Ranjan",
"author_email": "nikuraj006@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/31/50/adecf4a3c038a4747a0ae6aac083a30b9e9040959d0ebd89b8e03bf8dab0/T5Custom-1.1.0.tar.gz",
"platform": null,
"description": "To run this customT5 need a training dataset which have two coloumns \"UseCase\" which is a target and \"Sentences\" which is a source variable.\n\nEx:\n\t!pip install T5Custom\n\n from T5Custom import main\n\timport pandas as pd\n\tpath = \"https://github.com/nikuraj006/customeT5/blob/main/T5_training%20Data.csv\"\n\tdf = pd.read_csv(path).dropna()\n\t\n\tmain.trainModel(df,True) # to train Model\n\t\n\t\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Custom T5 model creation with own csv training dataset",
"version": "1.1.0",
"split_keywords": [
"python",
"t5",
"t5-base",
"t5-large",
"t5-small"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7969e9ae03fb4024fa1960b8e8b063c99aa9bda9769799e413fffe0e27ad6ad5",
"md5": "62f1277e51dc9d8ea236e612827689ca",
"sha256": "91941a1a88342cacd8f4f34b75faa91f3b2ac1d16af52784d9db2bc2fc5bef75"
},
"downloads": -1,
"filename": "T5Custom-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62f1277e51dc9d8ea236e612827689ca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 24039,
"upload_time": "2023-02-10T08:48:44",
"upload_time_iso_8601": "2023-02-10T08:48:44.956192Z",
"url": "https://files.pythonhosted.org/packages/79/69/e9ae03fb4024fa1960b8e8b063c99aa9bda9769799e413fffe0e27ad6ad5/T5Custom-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3150adecf4a3c038a4747a0ae6aac083a30b9e9040959d0ebd89b8e03bf8dab0",
"md5": "ce1ae92cf25b5800e29987440df5daf3",
"sha256": "434009f877a9eb35168c91aea315c56e4fbc7c782a088d2354d554fe6d5fb025"
},
"downloads": -1,
"filename": "T5Custom-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ce1ae92cf25b5800e29987440df5daf3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21250,
"upload_time": "2023-02-10T08:48:48",
"upload_time_iso_8601": "2023-02-10T08:48:48.512342Z",
"url": "https://files.pythonhosted.org/packages/31/50/adecf4a3c038a4747a0ae6aac083a30b9e9040959d0ebd89b8e03bf8dab0/T5Custom-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-10 08:48:48",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "t5custom"
}