Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use andersab/tweet_model_sentiment_andersab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andersab/tweet_model_sentiment_andersab with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="andersab/tweet_model_sentiment_andersab")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("andersab/tweet_model_sentiment_andersab") model = AutoModelForSequenceClassification.from_pretrained("andersab/tweet_model_sentiment_andersab") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267857393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:835d7e3df8068a05d5a2808fd11c1297a94c9e848e1130d58042145eeb22f1d4
|
| 3 |
size 267857393
|
runs/Nov11_19-22-48_7d63fe580273/events.out.tfevents.1668194574.7d63fe580273.78.11
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:b2eda47b8754fc3621765c980872297d382e8f4bc348711d716a923c7e7245bf
|
| 3 |
+
size 7228
|