Titan Model
This is the Titan model, a state-of-the-art model trained to perform Text generation inspired by google titan architecture
Model Details
- Model Name: Titan
- Version: 1.0
- Model Type: [Transformer]
- Pretrained: No
- License: MIT (or any relevant license)
- Training Data: [custom text data]
- Performance: BLUE score
- Intended Use: This model is intended to be used for Text Generation. Example use cases include:
- text generarion on any topic
- Limitations: Model is currently trained on very less data so might perform good.
Usage
from transformers import pipeline
# Load the model
model = pipeline('text-generation', model='rajveer43/titan-transformer')
# Example usage
output = model("What is the meaning of life?")
print(output)
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.