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:d050519fecbea6c2776756ee68437f2c183bb6c56518541401f1b5d4f08a1efb
|
| 3 |
size 98470112
|
runs/Nov17_10-17-11_M25-203-10402/events.out.tfevents.1700205441.M25-203-10402.8232.2
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:513c9ee57ac109abe49015c44b9439e4a62442584fc6286ab0b77cf00be3bc72
|
| 3 |
+
size 8972
|