Instructions to use kugler/distilbert-base-german-cased-defakts-fake-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kugler/distilbert-base-german-cased-defakts-fake-binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kugler/distilbert-base-german-cased-defakts-fake-binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kugler/distilbert-base-german-cased-defakts-fake-binary") model = AutoModelForSequenceClassification.from_pretrained("kugler/distilbert-base-german-cased-defakts-fake-binary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ model-index:
|
|
| 8 |
language:
|
| 9 |
- de
|
| 10 |
base_model:
|
| 11 |
-
- distilbert/distilbert-base-german-cased
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
language:
|
| 9 |
- de
|
| 10 |
base_model:
|
| 11 |
+
- distilbert/distilbert-base-german-cased-defakts-fake-binary
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|