Instructions to use Akajackson/weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Akajackson/weights with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Akajackson/weights")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Akajackson/weights") model = AutoModelForSequenceClassification.from_pretrained("Akajackson/weights") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 116790396
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5031ff518439cfabdcaa6cfdba1552dcdc25505164be6e72e2e6b5e3cb3cd158
|
| 3 |
size 116790396
|
runs/Apr14_17-37-00_DESKTOP-96TGFCR/events.out.tfevents.1713105421.DESKTOP-96TGFCR.15008.0
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:96073058dab9fd9f88c16bf4327002ea99d118b593578626e16fd13ea54adc10
|
| 3 |
+
size 6141
|