Image Classification
Transformers
PyTorch
TensorBoard
beit
Generated from Trainer
Eval Results (legacy)
Instructions to use ChasingMercer/weather-mod with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChasingMercer/weather-mod with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ChasingMercer/weather-mod") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ChasingMercer/weather-mod") model = AutoModelForImageClassification.from_pretrained("ChasingMercer/weather-mod") - Notebooks
- Google Colab
- Kaggle
Commit ·
ce09b5c
1
Parent(s): 6b8dacc
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 346888057
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a728d1159179a597102b0c2f24996af9daa2961b43597a41fbbccd39cc41c00
|
| 3 |
size 346888057
|
runs/Mar12_14-21-12_pop-os/events.out.tfevents.1678632014.pop-os.15701.15
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b0f64f3cffea7e60236f8432729c704276a3225b76b6b8c124d26dbc8428aac
|
| 3 |
+
size 22846
|