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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
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:790c7605cfe0c6c2acf82bccd6ead10d14e1398f9fbfc253b7c227ca4984bdab
|
| 3 |
size 267867821
|
runs/Mar12_23-39-24_9ab265873ffe/events.out.tfevents.1678664410.9ab265873ffe.5335.4
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:7628dcccc0b2cd335d0bb5271960471ce1fdb2d03b06bef1ba125edc8f94ee92
|
| 3 |
+
size 5922
|