Instructions to use easytt1178/example-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use easytt1178/example-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("easytt1178/example-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| # Python/ML common | |
| __pycache__/ | |
| .venv/ | |
| env/ | |
| .DS_Store | |
| *.log | |
| # Model artifacts you don't want to commit | |
| checkpoints/ | |
| outputs/ | |
| tmp/ |