Instructions to use shubhamWi91/train21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shubhamWi91/train21 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="shubhamWi91/train21")# Load model directly from transformers import AutoModelForObjectDetection model = AutoModelForObjectDetection.from_pretrained("shubhamWi91/train21", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
42fba2b
1
Parent(s): af2fc22
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:ed777e790de4f9419c2d90a9bb73d4a9d4e573de99b8e70964a8e86eb2c380b5
|
| 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:c6152871d0209123a73c60a448d61e5c4aa942d663fe4795210c9c2ce1577a0e
|
| 3 |
size 4091
|