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 ·
4bb2b31
1
Parent(s): 714b43a
Training in progress, epoch 3
Browse files
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:bdd781a499689f80b05e200f852775736e29ec0d268a85e1fa7c496f5bb1e920
|
| 3 |
size 267841796
|
runs/Jan10_16-27-53_032b48ce4f7d/events.out.tfevents.1704904074.032b48ce4f7d.692.11
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:caa66b381fce2435d0e0526ee9438ef2a3660921e93843de8ab09cef3b01a791
|
| 3 |
+
size 5897
|