Instructions to use facebook/sam3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/sam3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="facebook/sam3")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
Rejected request
#65
by jamal-ibrahim - opened
Hello guys
I have tried to get access to the model in order to use it. my request was rejected without inidicating any reason and the worst is that I cannot make new request or retry. Please if any one can help in guiding me to how I gain access to this model it would be highly appreciated
I got reject, too.
Don't know why...