Instructions to use AdrianRevi/Practica2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdrianRevi/Practica2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="AdrianRevi/Practica2")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("AdrianRevi/Practica2") model = AutoModelForObjectDetection.from_pretrained("AdrianRevi/Practica2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 200
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 25909400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:621fc7607a74e7b38a25d0a891710a9e7de1b10d131b716e2a159260a8b31b3b
|
| 3 |
size 25909400
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b419bc91eb09639d48fe3b19f35720272e1b0c1702762c90d202e982d6439ca
|
| 3 |
size 5240
|