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 +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 97176156
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11972cd71e86033dd143220dff34a0cdf9aae42b0162e813875c3da929071955
|
| 3 |
size 97176156
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:874211ca2f15e243ee559810330b4c3225ec3dd7b1d06ad3e43f035571c7dc80
|
| 3 |
size 5649
|