Instructions to use aaa12963337/msi_mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aaa12963337/msi_mini with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="aaa12963337/msi_mini") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("aaa12963337/msi_mini", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f3c7c48
1
Parent(s): 2399a95
Training in progress, epoch 9
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 77928008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88b6abc8bf6cf091210dfa2ea0180a2912ffd1cbae39b57adf7c282986dfd38b
|
| 3 |
size 77928008
|