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