Image Classification
Transformers
TensorBoard
Safetensors
convnext
Generated from Trainer
Eval Results (legacy)
Instructions to use rukundob451/convnext-tiny-224-finetuned-papsmear with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rukundob451/convnext-tiny-224-finetuned-papsmear with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="rukundob451/convnext-tiny-224-finetuned-papsmear") 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("rukundob451/convnext-tiny-224-finetuned-papsmear") model = AutoModelForImageClassification.from_pretrained("rukundob451/convnext-tiny-224-finetuned-papsmear", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -56,5 +56,5 @@
|
|
| 56 |
"stage4"
|
| 57 |
],
|
| 58 |
"torch_dtype": "float32",
|
| 59 |
-
"transformers_version": "4.44.
|
| 60 |
}
|
|
|
|
| 56 |
"stage4"
|
| 57 |
],
|
| 58 |
"torch_dtype": "float32",
|
| 59 |
+
"transformers_version": "4.44.2"
|
| 60 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111320240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ae745590b9775de5f7fd32d94d8f73fc33bf78dd943453dde36c666ccce285b
|
| 3 |
size 111320240
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7053ce24b7cf4d23e0b20e1aeedf5784f1e1fc38b263e6b869cc894ba7b3f8ec
|
| 3 |
size 5240
|