Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use saattrupdan/verdict-classifier-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saattrupdan/verdict-classifier-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="saattrupdan/verdict-classifier-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("saattrupdan/verdict-classifier-en") model = AutoModelForSequenceClassification.from_pretrained("saattrupdan/verdict-classifier-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d5d4d0a
1
Parent(s): 5bc3d58
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498677165
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:871a779f713896457e7805efe6030a8811b830f6a2f3d3f3d9548054e714e4fd
|
| 3 |
size 498677165
|
runs/Oct18_21-22-43_milo/events.out.tfevents.1634588570.milo.22305.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:06eda13cc528aa55088cad5f5b34ed21f2f508b09de7c14a5dabf5b0313f1b78
|
| 3 |
+
size 27327
|
runs/Oct18_21-22-43_milo/events.out.tfevents.1634590633.milo.22305.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dda726c6ca93675caa7f8882194941dcc214e4c94971006ba2eacc53e111287d
|
| 3 |
+
size 757
|