Instructions to use Izzet/qd_tweet_convbert-base-turkish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Izzet/qd_tweet_convbert-base-turkish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Izzet/qd_tweet_convbert-base-turkish")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Izzet/qd_tweet_convbert-base-turkish") model = AutoModelForSequenceClassification.from_pretrained("Izzet/qd_tweet_convbert-base-turkish") - Notebooks
- Google Colab
- Kaggle
Question Detection Model Fine-Tuned with Tweet Dataset
You can find detailed explanation about dataset here.
- RQ: Rhetorical Questions
- FK: Factual Knowledge
- OQ: Other Questions
- NQ: Not Question
- Downloads last month
- 6