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 350
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:e224beda9df768a7727aa520bebf434581f05fa4c789db46fc3cd3e0544fe735
|
| 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:c7ea23c8aacf0a7c05e5b3b2a2801ab2554fe11edf2c07a99d0cb843f92b60aa
|
| 3 |
+
size 9224
|