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
Release files for T5Custom 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| T5Custom-1.1.0.tar.gz | 21.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| T5Custom-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:45.3 kB
Release files / T5Custom-1.1.0.tar.gz
| Download URL | T5Custom-1.1.0.tar.gz |
|---|---|
| Size | 21.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
434009f877a9eb35168c91aea315c56e4fbc7c782a088d2354d554fe6d5fb025
|
|
BLAKE2b-256 checksum How to use checksums |
3150adecf4a3c038a4747a0ae6aac083a30b9e9040959d0ebd89b8e03bf8dab0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|
Release files / T5Custom-1.1.0-py3-none-any.whl
| Download URL | T5Custom-1.1.0-py3-none-any.whl |
|---|---|
| Size | 24.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91941a1a88342cacd8f4f34b75faa91f3b2ac1d16af52784d9db2bc2fc5bef75
|
|
BLAKE2b-256 checksum How to use checksums |
7969e9ae03fb4024fa1960b8e8b063c99aa9bda9769799e413fffe0e27ad6ad5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|