Instructions to use fxmarty/tiny-testing-remote-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fxmarty/tiny-testing-remote-code with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fxmarty/tiny-testing-remote-code", trust_remote_code=True) 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("fxmarty/tiny-testing-remote-code", trust_remote_code=True) model = AutoModelForImageClassification.from_pretrained("fxmarty/tiny-testing-remote-code", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b462284e4cf6a1682c8b4662fc92d01addf50ffd4ee34d5519e0da65d1a8bf84
- Size of remote file:
- 46.8 MB
- SHA256:
- 8f478b667de57399a36a48edda1a0c261b8370677f3b500f9dd740afc4967e15
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.