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
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267867821
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b01dd5d4751d56220ece5b8e3bbf6c9e562a673e64bb9820aac0d829b440e13a
|
| 3 |
size 267867821
|
runs/Mar12_23-47-47_9ab265873ffe/events.out.tfevents.1678664890.9ab265873ffe.5335.6
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:8a7d5ea02f22c783c6f5f99a68cd62fae6046062c7831a4b291b769a73947061
|
| 3 |
+
size 5285
|