YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
checkpoint = "google/t5-v1_1-xxl"

model = T5EncoderModel.from_pretrained(
    checkpoint, torch_dtype=torch.bfloat16
)
tokenizer = T5Tokenizer.from_pretrained(
    checkpoint
)

model.push_to_hub("ariG23498/t5-v1_1-xxl-torch")
tokenizer.push_to_hub("ariG23498/t5-v1_1-xxl-torch")```
Downloads last month
56
Safetensors
Model size
4.76B params
Tensor type
BF16
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Collection including ariG23498/t5-v1_1-xxl-torch