Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use vishalk4u/liar_binaryclassifier_roberta_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vishalk4u/liar_binaryclassifier_roberta_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vishalk4u/liar_binaryclassifier_roberta_base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vishalk4u/liar_binaryclassifier_roberta_base") model = AutoModelForSequenceClassification.from_pretrained("vishalk4u/liar_binaryclassifier_roberta_base") - 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 498612824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d23bb8a93e2bf02ee393e2aa7c306832a80edc9e2e5dc9cad788d4549d054bd
|
| 3 |
size 498612824
|
runs/Apr13_21-49-01_c334426b94b2/events.out.tfevents.1713044943.c334426b94b2.4998.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cf031f55a81fe7c9506e2871a06598b001898687650eb3fb2da938a562f3c3e
|
| 3 |
+
size 5563
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd4b11f3420a9a2402673aed51af8552686c5260887c70fb5821c6663fe4105b
|
| 3 |
size 4920
|