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