Instructions to use promforge/output_dir with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use promforge/output_dir with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="promforge/output_dir")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("promforge/output_dir") model = AutoModelForSequenceClassification.from_pretrained("promforge/output_dir", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Sharuka Thirimanne commited on
Training in progress, step 450
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267847948
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db4d47afa348e8d4743a4d2138098d54852d5ac9baf9a979badd7397cc97a134
|
| 3 |
size 267847948
|
runs/Apr11_14-37-53_d5b3267203c8/events.out.tfevents.1712846274.d5b3267203c8.5795.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:7a9730ef018062d8050e92fbefb8e9f99381a5b00cacf49021ae2d440467644b
|
| 3 |
+
size 10292
|