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 7
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:bacfb2bb602e226b391b9770afd56fa4e669d3db63a1e51013c163b640f53bfa
|
| 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:114f08e43ccbbad97f9022889a163b1447d60d15b14f6b1ab0c30817413f80a3
|
| 3 |
+
size 7976
|