Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use LogischeIP/SentimentT2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LogischeIP/SentimentT2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LogischeIP/SentimentT2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LogischeIP/SentimentT2") model = AutoModelForSequenceClassification.from_pretrained("LogischeIP/SentimentT2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b949be4
1
Parent(s): 4bb2b31
Training in progress, epoch 5
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267841796
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f26abffbd76af1ceee3138ffb7468286e475d06f404ddf049a05f974070e52a0
|
| 3 |
size 267841796
|