Skip to main content

Custom T5 model creation with own csv training dataset

Project 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.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

T5Custom-1.1.0.tar.gz (21.2 kB view hashes)

Uploaded Source

Built Distribution

T5Custom-1.1.0-py3-none-any.whl (24.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page