Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Sharpaxis/Sentiment_tweets_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sharpaxis/Sentiment_tweets_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sharpaxis/Sentiment_tweets_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sharpaxis/Sentiment_tweets_distilbert") model = AutoModelForSequenceClassification.from_pretrained("Sharpaxis/Sentiment_tweets_distilbert") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267844872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2662c9f8a1f4c59948bd3f967a5f0985bd4a8c199045e6483a70d885e9de4b06
|
| 3 |
size 267844872
|
runs/Nov21_21-29-00_Aadityas-MacBook-Pro.local/events.out.tfevents.1732215918.Aadityas-MacBook-Pro.local.10553.1
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:b70a3b122a2d537d34b327368b2d0c1bd1cdf44b5462bb16fe830c8374cabd45
|
| 3 |
+
size 6647
|