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="ybelkada/falcon-7b-sharded-bf16")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ybelkada/falcon-7b-sharded-bf16")
model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16", device_map="auto")
Quick Links

No model card

Downloads last month
185
Safetensors
Model size
7B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for ybelkada/falcon-7b-sharded-bf16

Adapters
134 models
Finetunes
111 models
Quantizations
5 models

Spaces using ybelkada/falcon-7b-sharded-bf16 5

Collection including ybelkada/falcon-7b-sharded-bf16