Instructions to use LugatitTurk/LugatitHaberler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LugatitTurk/LugatitHaberler with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LugatitTurk/LugatitHaberler")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LugatitTurk/LugatitHaberler") model = AutoModelForSequenceClassification.from_pretrained("LugatitTurk/LugatitHaberler") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
#2
by LugatitTurk - opened
No description provided.
LugatitTurk changed pull request status to merged