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 3
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:3635255b9bbb1458c1696f10b7b4d8aa40bfc4ef9f6f16803e176f3bc318f81a
|
| 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:de60e8f7a9c3bfa7d08f3a914e442783ce0253e05c24cf9ffc682fcf749c156f
|
| 3 |
+
size 6008
|