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 200
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:285e95767e07d9b2b8cdf7bbd403bf5e43386979e271faa96e131dfc757c95bb
|
| 3 |
size 166623269
|
runs/Jun29_18-58-46_42e6e3eea79d/events.out.tfevents.1688065193.42e6e3eea79d.1860.0
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:e2f7a92cd6c0fbffe342cf3612485367e3961184494b8688c44d9bc61a8ffa9d
|
| 3 |
+
size 6528
|
runs/Jun29_19-16-08_42e6e3eea79d/events.out.tfevents.1688066177.42e6e3eea79d.1860.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec21d6f428c1f0b1f293ba49d73c95ca11d742f664da51caa350f9b69d2f2bd5
|
| 3 |
+
size 5574
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a2fa6440af9ac42c2fb5c7103c4c4d29762b2581058894e21d21535b3e65a4a
|
| 3 |
size 3899
|