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_17-31-20_f05411b1f0be/events.out.tfevents.1688491884.f05411b1f0be.28250.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:919e79763cf4f95ee420f051cb382956fcba31febe38f90014fe475a442a4790
|
| 3 |
+
size 7163
|