Instructions to use RaphaelKalandadze/tmp_trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RaphaelKalandadze/tmp_trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="RaphaelKalandadze/tmp_trainer")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("RaphaelKalandadze/tmp_trainer") model = AutoModelForObjectDetection.from_pretrained("RaphaelKalandadze/tmp_trainer") - Notebooks
- Google Colab
- Kaggle
Commit ·
7d7e041
1
Parent(s): 298b135
yolo_test
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb78b1f5734f2611e8b139f6fc321a8400af0e72ea5141123aedef3151226e40
|
| 3 |
size 3579
|