Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Josh98/Twitter_sentiment_analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Josh98/Twitter_sentiment_analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Josh98/Twitter_sentiment_analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Josh98/Twitter_sentiment_analysis") model = AutoModelForSequenceClassification.from_pretrained("Josh98/Twitter_sentiment_analysis") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Mar11_01-08-42_7e44c955d6cf/events.out.tfevents.1678496928.7e44c955d6cf.5079.8
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:f046a62c70160d2341f6bc8257bf68d1e1ced5af2047fb407d5499167fe6b10e
|
| 3 |
+
size 5639
|