Instructions to use Qifa/model_50epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qifa/model_50epochs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Qifa/model_50epochs")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Qifa/model_50epochs") model = AutoModelForObjectDetection.from_pretrained("Qifa/model_50epochs") - Notebooks
- Google Colab
- Kaggle
Delete model_50.pth
Browse files- model_50.pth +0 -3
model_50.pth
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1e191fc2dc6596f45d694cf86028ada0076a646bd62ce736a9251fa42086bd07
|
| 3 |
-
size 122674842
|
|
|
|
|
|
|
|
|
|
|
|