Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use saattrupdan/verdict-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saattrupdan/verdict-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="saattrupdan/verdict-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("saattrupdan/verdict-classifier") model = AutoModelForSequenceClassification.from_pretrained("saattrupdan/verdict-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d47d67d
1
Parent(s): f679629
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 1112269229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eaa3e38a809c8a7d240063351a9398c64478a598fb4047a62d5bd0831c0e449
|
| 3 |
size 1112269229
|
runs/Oct14_17-13-02_milo/events.out.tfevents.1634227991.milo.16399.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:c86e5689d1951b2415b453d9628ba15943666ebb75a4ce4b6a0278fac34826a5
|
| 3 |
+
size 7283
|
runs/Oct14_17-13-02_milo/events.out.tfevents.1634240290.milo.16399.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed45c965510bcb5489b8fa4aa80d0b11bb377bbb5d905f3651e9c57fe25c2a41
|
| 3 |
+
size 757
|