Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
text-embeddings-inference
Instructions to use frankiePizza/fpsentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use frankiePizza/fpsentiment-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="frankiePizza/fpsentiment-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("frankiePizza/fpsentiment-model") model = AutoModelForSequenceClassification.from_pretrained("frankiePizza/fpsentiment-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dab05b09d66b61c62b9cdb7b36d16d9dd1b50d56d20c412800547be643e62603
|
| 3 |
size 267832560
|
runs/Jan10_21-01-35_104-171-202-148/events.out.tfevents.1736542898.104-171-202-148.4897.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:17f7346b836b00d5109c18f189f285df0f9be461305ba228bb5a7dd64dc92914
|
| 3 |
+
size 5798
|