Instructions to use gOLIVES/OLIVES_Dataset_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gOLIVES/OLIVES_Dataset_Models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="gOLIVES/OLIVES_Dataset_Models") 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("gOLIVES/OLIVES_Dataset_Models") model = AutoModelForImageClassification.from_pretrained("gOLIVES/OLIVES_Dataset_Models") - Notebooks
- Google Colab
- Kaggle
Upload drt_CST_.pth
Browse files- drt_CST_.pth +3 -0
drt_CST_.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:857d6c361560a8d9dea21a70d39851e3b3c32876fe44a8649080d65340d2ad0e
|
| 3 |
+
size 94359997
|