Instructions to use ShuaHousetable/serverless-roomsort with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShuaHousetable/serverless-roomsort with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ShuaHousetable/serverless-roomsort") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ShuaHousetable/serverless-roomsort") model = AutoModelForImageClassification.from_pretrained("ShuaHousetable/serverless-roomsort") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -4,6 +4,7 @@ tags:
|
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: serverless-roomsort
|
| 9 |
results: []
|
|
|
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
base_model: microsoft/beit-base-patch16-224-pt22k-ft22k
|
| 8 |
model-index:
|
| 9 |
- name: serverless-roomsort
|
| 10 |
results: []
|