Instructions to use danielsaggau/scotus_max_linear_frozen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danielsaggau/scotus_max_linear_frozen with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="danielsaggau/scotus_max_linear_frozen")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("danielsaggau/scotus_max_linear_frozen") model = AutoModelForSequenceClassification.from_pretrained("danielsaggau/scotus_max_linear_frozen") - Notebooks
- Google Colab
- Kaggle
Commit ·
bb9809d
1
Parent(s): 59b7538
Training in progress, epoch 12
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167656419
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3227c27edaad3a9431440d7ceca7203fff3a66cdbf41c9cd8fa8485946e2dbca
|
| 3 |
size 167656419
|