Instructions to use ihlab/FEMI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ihlab/FEMI with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("ihlab/FEMI") model = AutoModelForPreTraining.from_pretrained("ihlab/FEMI", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model request
#3 opened 6 days ago
by
yh-huang
Model Request
#2 opened 2 months ago
by
QIQIANC