Instructions to use mdmy/text-only-v1-fa2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mdmy/text-only-v1-fa2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mdmy/text-only-v1-fa2", dtype="auto") - Notebooks
- Google Colab
- Kaggle