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 ·
5bc3d58
1
Parent(s): 200201b
Training in progress, step 50
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:29f3710d3f04b8a3526d5d5dbfa8b733240dc290f60d207ab38a239a171143f6
|
| 3 |
size 498677165
|
runs/Oct18_21-22-43_milo/1634588570.2657046/events.out.tfevents.1634588570.milo.22305.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53456e7b5f7dd438268fec1e2f7cb792d01c51161a5e6e9c03e8d07ad2d18e36
|
| 3 |
+
size 4610
|
runs/Oct18_21-22-43_milo/events.out.tfevents.1634588570.milo.22305.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8af96d028c89db4f099e74f94c160732649a5309a907f219e15303998bf01442
|
| 3 |
+
size 4265
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2927
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b54911ed5616f28d61a88042dbc1514a391a0fff965680812decd1d44acf6e98
|
| 3 |
size 2927
|