Instructions to use AlexLien/trained_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexLien/trained_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="AlexLien/trained_model")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("AlexLien/trained_model") model = AutoModelForObjectDetection.from_pretrained("AlexLien/trained_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 600
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166623269
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:188a7e63580bac59b1597d45a29e9e09928339dd91f61390279b9327b61cd881
|
| 3 |
size 166623269
|
runs/Jun29_19-26-13_42e6e3eea79d/events.out.tfevents.1688066778.42e6e3eea79d.1860.2
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:255417ed98271b777b03ebd99f841b4146f8af4e6ba3fc33ed669f1b329d8acf
|
| 3 |
+
size 6831
|