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

pipe = pipeline("feature-extraction", model="microsoft/bloom-deepspeed-inference-fp16")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("microsoft/bloom-deepspeed-inference-fp16")
model = AutoModel.from_pretrained("microsoft/bloom-deepspeed-inference-fp16")
Quick Links

This is a copy of the original BLOOM weights that is more efficient to use with the DeepSpeed-MII and DeepSpeed-Inference. In this repo the original tensors are split into 8 shards to target 8 GPUs, this allows the user to run the model with DeepSpeed-inference Tensor Parallelism.

For specific details about the BLOOM model itself, please see the original BLOOM model card.

For examples on using this repo please see the following:

Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using microsoft/bloom-deepspeed-inference-fp16 1