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="tomrb/bettercallbloom-3b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("tomrb/bettercallbloom-3b")
model = AutoModelForCausalLM.from_pretrained("tomrb/bettercallbloom-3b")
Quick Links

BetterCallBloom-3b

Finetuned Bloom-3b model on the r/legaladvice subreddit from pileoflaw

Model description

BLOOM-3B is a 3,002,557,440 parameters model pretrained by the BigScience initiative.

Intended uses & limitations

How to use

Limitations and bias

Training data

Training procedure

Preprocessing

Evaluation results

BibTeX entry and citation info

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

Spaces using tomrb/bettercallbloom-3b 2