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 150
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:a7ffcab52313f7d9b8b6d3fcac96f042023e3382aff930133d1b287ef4a962e1
|
| 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:b1d4735f2514dd38dd7491a84f6d0666c580d8bcc840a49bb383bfe57886f9b9
|
| 3 |
+
size 7088
|