Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
t5-small-custom – AI Model by uzlnee | AlphaNeural AI
You can deploy this model and start earning money today!
uzlnee
/
t5-small-custom
like
0
safetensors
t5
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Model Card for t5_small Summarization Model
Model Details
Model Architecture
: T5-small (Text-to-Text Transfer Transformer)
Hyperparameters
:
Learning Rate: 5e-5
Batch Size: 16
Epochs: 1
Max Input Length: 512
Max Output Length: 150
Training Data
Dataset
: CNN/DailyMail
Description
: This dataset contains articles from CNN and the Daily Mail, with corresponding summaries.
Preprocessing Steps
:
Text normalization
Tokenization using the T5 tokenizer
Input-target pair creation for summarization
Training Procedure
Framework
: Hugging Face Transformers and PyTorch
Environment
: Python 3.8, CUDA 11.1
Training Script
: Used the
Trainer
API from Hugging Face.
Evaluation Metrics
: ROUGE score
How to Use
Install the required libraries:
bash
1
pip
install
transformers torch
2
Evaluation
Limitations
Ethical Considerations