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 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 438020213
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b01ec466255ff274e361e2848646b7fbf1328fa3de238c5bf4498b562f166ba9
|
| 3 |
size 438020213
|
runs/Mar14_23-07-59_53f8ae8863b7/events.out.tfevents.1678835406.53f8ae8863b7.2871.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:83be3d5d3535a3da54ad9e7f6d2a869d97eb8a3160f2aff1ce60af9c95354b94
|
| 3 |
+
size 5306
|