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": 1.0, | |
| "eval_loss": 0.24777661263942719, | |
| "eval_runtime": 55.9605, | |
| "eval_samples_per_second": 194.369, | |
| "eval_steps_per_second": 24.303, | |
| "train_loss": 0.284148887006746, | |
| "train_runtime": 946.9107, | |
| "train_samples_per_second": 65.088, | |
| "train_steps_per_second": 8.137 | |
| } |