Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Jedida/tweet_sentiments_analysis_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jedida/tweet_sentiments_analysis_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Jedida/tweet_sentiments_analysis_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Jedida/tweet_sentiments_analysis_distilbert") model = AutoModelForSequenceClassification.from_pretrained("Jedida/tweet_sentiments_analysis_distilbert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 263170733
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beabe50271a2bcea2a0777417a508a47193f1b885b4f2991af4bb8f758d63d49
|
| 3 |
size 263170733
|
runs/Jul24_17-59-28_d5adbd708875/events.out.tfevents.1690221644.d5adbd708875.485.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fb540686b91bf89eacc1fa344be8d56ec2d4081a2ce9f4ab2dfcc916d7b0f4a
|
| 3 |
+
size 4743
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c390971083a9601aaa8bef734e5df6877dfd4a61f88903b048e36e17231d5be9
|
| 3 |
size 4027
|