Instructions to use Yuqii/finetuned_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yuqii/finetuned_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Yuqii/finetuned_model")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Yuqii/finetuned_model") model = AutoModelForObjectDetection.from_pretrained("Yuqii/finetuned_model") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Jul04_16-40-39_f05411b1f0be/events.out.tfevents.1688488844.f05411b1f0be.1331.1
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:ee950257dd9d29865eb4969d20e1d5b5617be8193d61847410b10d9a23cf1b93
|
| 3 |
+
size 7191
|