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") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 10.0, | |
| "eval_loss": 0.22633443772792816, | |
| "eval_runtime": 60.0497, | |
| "eval_samples_per_second": 181.133, | |
| "eval_steps_per_second": 22.648 | |
| } |