Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Jedida/tweet_sentiments_analysis_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jedida/tweet_sentiments_analysis_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Jedida/tweet_sentiments_analysis_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Jedida/tweet_sentiments_analysis_bert") model = AutoModelForSequenceClassification.from_pretrained("Jedida/tweet_sentiments_analysis_bert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433318705
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad76eff8155e76f51109dcedc74b74be75af5b41a4756039cc25489330709be6
|
| 3 |
size 433318705
|
runs/Jul25_05-17-16_028421d7a1e0/events.out.tfevents.1690262250.028421d7a1e0.563.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:1095eaa4bca149ffe9a2e93e603da747e4f16d1b2c5c090156fef03fb3da6183
|
| 3 |
+
size 7416
|