Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use mjbeattie/fifi_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mjbeattie/fifi_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mjbeattie/fifi_classification", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mjbeattie/fifi_classification") model = AutoModelForSequenceClassification.from_pretrained("mjbeattie/fifi_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267875632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07f1188c07191d807946016fb6bba3df709a8a7f4d1769fdba3be53f372571a6
|
| 3 |
size 267875632
|
runs/Jun12_18-54-15_72e4c6a59776/events.out.tfevents.1718218461.72e4c6a59776.453.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:c021034cd7e5905b728c90a07bdde8ddb1464823cd5846fd57aa8aa451cf2ac7
|
| 3 |
+
size 12366
|