Instructions to use berng/myclass with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use berng/myclass with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="berng/myclass") 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("berng/myclass") model = AutoModelForImageClassification.from_pretrained("berng/myclass", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343331644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ee4d189e4fc64cb57c1a753c12e6ef47d504e88e2ca5c5e05e4310ada0bbc45
|
| 3 |
size 343331644
|
runs/May07_12-53-55_9031d1634171/events.out.tfevents.1746622523.9031d1634171.190.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4bfaa2c2ca3baab5ff5eddba07da2d1ac09c2c2f8ed60a79f13f5f59abcd2b9
|
| 3 |
+
size 7733
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08563299fad8ee854bf83682e1d2afe797b9b6ce9433ddb70243538229eb2d0c
|
| 3 |
size 5368
|