Instructions to use Fuat55/brain_RMSprop_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fuat55/brain_RMSprop_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Fuat55/brain_RMSprop_model") 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("Fuat55/brain_RMSprop_model") model = AutoModelForImageClassification.from_pretrained("Fuat55/brain_RMSprop_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343230128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:293fd2fd575281c513fd3f7bd89dc76705b87d5797cbf5c37a09257f688e5f87
|
| 3 |
size 343230128
|
runs/Jan12_14-51-46_09afb4ca5cc9/events.out.tfevents.1705071106.09afb4ca5cc9.406.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9134839a1c919a9d956bf60229e5864d59c7a0b2e9dbcaf6be44c07d0f7028f
|
| 3 |
+
size 4913
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ba0390288aa3238d48fce4955bb5a8fa03eca7fbb62f562eb8885c117c20b7d
|
| 3 |
size 4600
|