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 4000
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:8c0609ae3d3b40576fb6264114ed9fa723c0dee99b0e37950a73e3f5e13d90d3
|
| 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:f2b263363338488b3e8683046231be320ad1daf6e056115a0d7e921a5ca057f5
|
| 3 |
+
size 22672
|