Instructions to use anggari/hoax_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anggari/hoax_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anggari/hoax_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anggari/hoax_bert") model = AutoModelForSequenceClassification.from_pretrained("anggari/hoax_bert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb119b246af538cfca7edb8247f1372085ada4da7abbf2fb83066e2a4d48650f
|
| 3 |
size 437958648
|
runs/May15_17-02-46_5268951268a6/events.out.tfevents.1747328572.5268951268a6.1028.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78f9e88ee223fb0759677af18b07e29526d8ede18fa2cec184ab626a94c67a26
|
| 3 |
+
size 5577
|
runs/May15_17-04-40_5268951268a6/events.out.tfevents.1747328684.5268951268a6.1028.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4940c07af47ad66b8d7ce40529995916814c4bd72515c0841c227ed9e88a27d
|
| 3 |
+
size 5624
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64ca4f9bddcc61d1ae34f9092a6b801f1cf71f575d828833acf60f3a3a6b28d4
|
| 3 |
size 5304
|