Instructions to use JulesGo/vit_focus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JulesGo/vit_focus with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("JulesGo/vit_focus", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +3 -0
- training_args.bin +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b2d190d4c327a6f8f44ebc6db154eecce838ba1584a06d083f2c6b7a4f985c3
|
| 3 |
+
size 97176156
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:273046316c668fc3e57d2025ad7c62f8a632f125f30b44e1b53350c2368dfa02
|
| 3 |
+
size 5649
|