Instructions to use amazon/bort with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amazon/bort with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="amazon/bort")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("amazon/bort") model = AutoModelForMaskedLM.from_pretrained("amazon/bort") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#18 opened 12 months ago
by
SFconvertbot
Upload test.txt with huggingface_hub
#17 opened about 1 year ago
by
karthiku02
Upload test.txt with huggingface_hub
#16 opened about 1 year ago
by
mamachang
Upload test.txt with huggingface_hub
#15 opened about 1 year ago
by
Madhurprash
Upload test.txt with huggingface_hub
#14 opened about 1 year ago
by
dhhheeee
Upload test.txt with huggingface_hub
#13 opened about 1 year ago
by
aarora79
Upload test.txt with huggingface_hub
#12 opened about 1 year ago
by
Kanwaljitkhurmi
Upload test.txt with huggingface_hub
#11 opened about 1 year ago
by
Nelliel
Upload test.txt with huggingface_hub
#10 opened about 1 year ago
by
rivertse996
Upload test.txt with huggingface_hub
#9 opened about 1 year ago
by
aboavent
Upload test.txt with huggingface_hub
#8 opened about 1 year ago
by
Kanwaljitkhurmi
Upload test.txt with huggingface_hub
#7 opened about 1 year ago
by
Kanwaljitkhurmi
Upload test.txt with huggingface_hub
#6 opened about 1 year ago
by
mikwin
Upload test.txt with huggingface_hub
#5 opened about 1 year ago
by
mamachang
Upload test.txt with huggingface_hub
#4 opened about 1 year ago
by
ddynwzh1992
Upload test.txt with huggingface_hub
#3 opened about 1 year ago
by
botox100
Upload test.txt with huggingface_hub
#2 opened about 1 year ago
by
gozburak
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot