Instructions to use Shivin11/texify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shivin11/texify with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Shivin11/texify") model = AutoModel.from_pretrained("Shivin11/texify") - Notebooks
- Google Colab
- Kaggle