Instructions to use EverJun2/MLweek7_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EverJun2/MLweek7_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="EverJun2/MLweek7_1")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("EverJun2/MLweek7_1") model = AutoModelForObjectDetection.from_pretrained("EverJun2/MLweek7_1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3600
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166497908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46d7cfa91d8e1b91f64b770b5f6f596c7d3831ec4d60d4464c5b1886868d88cc
|
| 3 |
size 166497908
|
runs/Oct15_03-31-23_24fb95c1950b/events.out.tfevents.1760499347.24fb95c1950b.786.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf28d5ad7db4a1a97a96f421ff102d6b60de8591f69523e43e53c124c65439a8
|
| 3 |
+
size 20984
|