Instructions to use Circularmachines/MAE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Circularmachines/MAE with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("Circularmachines/MAE") model = AutoModelForPreTraining.from_pretrained("Circularmachines/MAE", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 10.0, | |
| "train_loss": 0.2411320797999442, | |
| "train_runtime": 9763.9799, | |
| "train_samples_per_second": 63.123, | |
| "train_steps_per_second": 7.891 | |
| } |