How to use bumblebee-testing/tiny-random-T5Model-feed_forward_proj-gated with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="bumblebee-testing/tiny-random-T5Model-feed_forward_proj-gated")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("bumblebee-testing/tiny-random-T5Model-feed_forward_proj-gated") model = AutoModel.from_pretrained("bumblebee-testing/tiny-random-T5Model-feed_forward_proj-gated")
The community tab is the place to discuss and collaborate with the HF community!