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 100
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:2cf97ae0fadd10ee4e09266ce4071467575b6f855e92fc2f2464d5e7d83f0716
|
| 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:021113af576af6fbbadf1c55b79cfa72349c33f8bc70b2fa13e89597c45b9c11
|
| 3 |
+
size 6554
|