Instructions to use YuvanKumar/sam-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YuvanKumar/sam-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="YuvanKumar/sam-finetuned")# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("YuvanKumar/sam-finetuned") model = AutoModelForMaskGeneration.from_pretrained("YuvanKumar/sam-finetuned") - Notebooks
- Google Colab
- Kaggle
Ankit Kumar commited on
Upload model
Browse files- README.md +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_keras_callback
|
| 5 |
-
base_model: AgniVardhan/sam-finetuned
|
| 6 |
model-index:
|
| 7 |
- name: sam-finetuned
|
| 8 |
results: []
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: AgniVardhan/sam-finetuned
|
| 4 |
tags:
|
| 5 |
- generated_from_keras_callback
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: sam-finetuned
|
| 8 |
results: []
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 375292856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0877112c6d57622d640e4b6e0f0d3342b86ac00a69af3f8ee966cce7279f783
|
| 3 |
size 375292856
|