Instructions to use abdulmanaam/deberta-base-clickbait-post with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulmanaam/deberta-base-clickbait-post with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abdulmanaam/deberta-base-clickbait-post")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abdulmanaam/deberta-base-clickbait-post") model = AutoModelForSequenceClassification.from_pretrained("abdulmanaam/deberta-base-clickbait-post", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 556802644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:081dde746ba9cfd9851ce36bdc6e3c9f8ce2783cf4c2f91715c7d1dfb02e5196
|
| 3 |
size 556802644
|