Instructions to use Andru/out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Andru/out with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Andru/out")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Andru/out") model = AutoModelForSequenceClassification.from_pretrained("Andru/out") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 98470112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98f0e8933ee98539163a1f8f8f858a87a299cdec646965ae2115f2deb27a179c
|
| 3 |
size 98470112
|
runs/Nov17_09-33-27_M25-203-10402/events.out.tfevents.1700202839.M25-203-10402.8232.1
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:a54e64a0e6290c984f0fafda627e9c3cfe170a73dc966916c61dcbc357c082f7
|
| 3 |
+
size 8960
|