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 ·
e58f710
1
Parent(s): 0750a45
Training in progress, epoch 6
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:44a5497a1f93f6354c0801db97e034c5cb36f5928f5196a8945618cb5f114429
|
| 3 |
+
size 17185
|
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:c5542be2af567edcb272a974ba207386817eabcee2f9c197d526c72d0824285a
|
| 3 |
size 1740396281
|