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