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