How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Muennighoff/bloom-tiny-random")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("Muennighoff/bloom-tiny-random")
model = AutoModel.from_pretrained("Muennighoff/bloom-tiny-random")
Quick Links

BigScience - testing model

This model aims to test the conversion between Megatron-LM and transformers. It is a small GPT-2-like model that has been used to debug the script. Use it only for integration tests

Downloads last month
1,808
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support