Instructions to use christinacdl/clickbait_binary_detection_DeBERTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use christinacdl/clickbait_binary_detection_DeBERTa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="christinacdl/clickbait_binary_detection_DeBERTa")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("christinacdl/clickbait_binary_detection_DeBERTa") model = AutoModelForSequenceClassification.from_pretrained("christinacdl/clickbait_binary_detection_DeBERTa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
66ad02b
1
Parent(s): b75f4e8
Training in progress, epoch 4
Browse files
logs/events.out.tfevents.1687468337.e3b85aa49c5f.5566.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a6dfc2478f229a3b7094eb4fcfe2a7654e4728fd72cabf398f606223c61fb9f
|
| 3 |
+
size 12795
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1740396281
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:170f456fb85298f11e207bc527f03fa8503aa87e155df431cfc74db86feeb6ac
|
| 3 |
size 1740396281
|