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 ·
2399a95
1
Parent(s): 5786fd4
Training in progress, epoch 8
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:73335e8e9ae0fb173bff6f67dce330cf0b21464c352db47073f403860021ec86
|
| 3 |
size 77928008
|