Instructions to use LiviaQi/trained_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LiviaQi/trained_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="LiviaQi/trained_model")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("LiviaQi/trained_model") model = AutoModelForObjectDetection.from_pretrained("LiviaQi/trained_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 200
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166623269
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d4b0880248af0caf8ec6a25148f2b8c6ddbab1fe8a9c0af071650c75a85d3c7
|
| 3 |
size 166623269
|
runs/Jul05_21-49-07_a4b269dc69f7/events.out.tfevents.1688593750.a4b269dc69f7.11419.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c45b5fb72ef5eaaddddf75b9d7bbe435bd46b765afc9935010428ead4426ff2
|
| 3 |
+
size 4925
|
runs/Jul05_21-49-07_a4b269dc69f7/events.out.tfevents.1688593828.a4b269dc69f7.11419.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:903c0297e73705c2193cca070140808ae17d2b736e2126ad626167aee6034915
|
| 3 |
+
size 5547
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a79b03c0a37c584cdc212de64d7d60a176a486269ecc9fdf28218c74948def01
|
| 3 |
size 3899
|