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 2000
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:2f5d5e405e625d18bb47cd7da67a1f401ab9ebfaed63c5edf111d291a5a0e147
|
| 3 |
size 267844872
|
runs/Nov21_21-14-43_Aadityas-MacBook-Pro.local/events.out.tfevents.1732203999.Aadityas-MacBook-Pro.local.10368.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:619a0eb34c9b0609ccdd7179633f27d56ef9ef3ff62408141d6c87d49ff8f614
|
| 3 |
+
size 5445
|