Instructions to use Denyol/FakeNews-deberta-large-stable with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Denyol/FakeNews-deberta-large-stable with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Denyol/FakeNews-deberta-large-stable")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Denyol/FakeNews-deberta-large-stable") model = AutoModelForSequenceClassification.from_pretrained("Denyol/FakeNews-deberta-large-stable", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1624907048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e62f50ac5b53e3e59bd136ac0b7ca5810f2df9f593d838fa476d081fb58fb6b4
|
| 3 |
size 1624907048
|
runs/Nov13_09-51-58_c7cf6f92677a/events.out.tfevents.1699869138.c7cf6f92677a.568.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:202c247877d27ec29a5f4eebc4cf1eeab42f82662d49dd05260ca67923475bca
|
| 3 |
+
size 6003
|