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:ecea8707dcd322397d36fe45f252a0ac5ba0d51100e531977ba68e93369821fd
|
| 3 |
size 267867821
|
runs/Mar12_23-52-11_9ab265873ffe/events.out.tfevents.1678665138.9ab265873ffe.5335.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:35bc18f2ba69eecc8122f68b64af819939ee43b758997955d5bec1eef6a6ef87
|
| 3 |
+
size 5831
|