zwhe99/DeepMath-103K
Viewer • Updated • 103k • 13.5k • 373
How to use Boomtoknlab/BoomchainLabs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Boomtoknlab/BoomchainLabs") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Boomtoknlab/BoomchainLabs", device_map="auto")Base model
microsoft/bitnet-b1.58-2B-4T