Instructions to use ubayram/ConspiracyTurk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ubayram/ConspiracyTurk with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ubayram/ConspiracyTurk")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ubayram/ConspiracyTurk") model = AutoModelForSequenceClassification.from_pretrained("ubayram/ConspiracyTurk") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,12 +40,12 @@ The dataset is available to researchers per demand with the conditions of using
|
|
| 40 |
|
| 41 |
When using this model for your research, please cite the following paper, which is the source of the model:
|
| 42 |
|
| 43 |
-
**Paper:**
|
| 44 |
|
| 45 |
**BibTeX:**
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
**APA:**
|
| 50 |
|
| 51 |
-
|
|
|
|
| 40 |
|
| 41 |
When using this model for your research, please cite the following paper, which is the source of the model:
|
| 42 |
|
| 43 |
+
**Paper:** Paper submitted, coming soon
|
| 44 |
|
| 45 |
**BibTeX:**
|
| 46 |
|
| 47 |
+
Paper submitted, coming soon
|
| 48 |
|
| 49 |
**APA:**
|
| 50 |
|
| 51 |
+
Paper submitted, coming soon
|