Edit model card
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
336
Safetensors
Model size
4.76B params
Tensor type
BF16
·
Inference API
Unable to determine this model's library. Check the docs .

Collection including ariG23498/t5-v1_1-xxl-torch