Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use raminass/SCOTUS_AI_V15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raminass/SCOTUS_AI_V15 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="raminass/SCOTUS_AI_V15")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("raminass/SCOTUS_AI_V15") model = AutoModelForSequenceClassification.from_pretrained("raminass/SCOTUS_AI_V15") - 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 140316564
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:985a326e4fa7047561216b91f91fffb0684cb5e0d9d218810ecee9d083f62263
|
| 3 |
size 140316564
|
runs/Mar07_09-54-57_4e190482b975/events.out.tfevents.1709805298.4e190482b975.567.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1a6b0a649405cd07e95a52da44577f726a9ff7956c8e3c1091bacb95c665198
|
| 3 |
+
size 6670
|
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:73971d71966ecd4e6b28cf29fb3a27e35ab87d43656f5bbc50e619a088e486bd
|
| 3 |
size 4920
|