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 800
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:7d9e111d68f83df99c5421776a803cd7a550a3ba896134e1ee8cc2ee48464fc2
|
| 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:af5c0e0e59609af4781a09e7be3010f9c8f7d71609b4333ab8a35f4ec203cadb
|
| 3 |
+
size 7459
|