Instructions to use shubhamWi91/train17 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shubhamWi91/train17 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="shubhamWi91/train17")# Load model directly from transformers import AutoModelForObjectDetection model = AutoModelForObjectDetection.from_pretrained("shubhamWi91/train17", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
aef8945
1
Parent(s): a3a9237
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 878823725
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0ec5e11aaa79d67140ff3de9697175a8c4b876f22efc15bcc399e643f508004
|
| 3 |
size 878823725
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec3c919d8caafb19114adc0ba3d45cca256b90c65ea5f3e86d3d89a7b1963fe3
|
| 3 |
size 4091
|