Instructions to use binitt/hwars-buttons-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use binitt/hwars-buttons-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="binitt/hwars-buttons-model")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("binitt/hwars-buttons-model") model = AutoModelForObjectDetection.from_pretrained("binitt/hwars-buttons-model") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -49,5 +49,5 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
- Transformers 4.38.1
|
| 51 |
- Pytorch 2.1.0+cu121
|
| 52 |
-
- Datasets 2.
|
| 53 |
- Tokenizers 0.15.2
|
|
|
|
| 49 |
|
| 50 |
- Transformers 4.38.1
|
| 51 |
- Pytorch 2.1.0+cu121
|
| 52 |
+
- Datasets 2.18.0
|
| 53 |
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166495852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc1a6d7055aa55d8fa8235b60fbe68cecb714c93934639d78bc53e3bcb925e3
|
| 3 |
size 166495852
|
runs/Mar04_20-20-01_03d730e61361/events.out.tfevents.1709583602.03d730e61361.216.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa8d3b5ef9b8a5de611c1430a0c9831dd2bfbc0fc0334e2c08cf3df6eee0e547
|
| 3 |
+
size 14020
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a5a3f5a1220eeb057ecee6354ca1b000af816c1cda4389729906d788d3db91e
|
| 3 |
size 4920
|