Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use penscola/tweet_sentiments_analysis_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use penscola/tweet_sentiments_analysis_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="penscola/tweet_sentiments_analysis_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("penscola/tweet_sentiments_analysis_bert") model = AutoModelForSequenceClassification.from_pretrained("penscola/tweet_sentiments_analysis_bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433318705
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c27995f8c620746865b74634f0f471ead5163833f09d44e8ba38719d64e927e
|
| 3 |
size 433318705
|
runs/Jul23_06-45-46_30fb4c0892ab/events.out.tfevents.1690094767.30fb4c0892ab.190.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:0d7b990cbb88fd1ad3ec0782fd31a5fe398079443a1920b3baa3ca5c79cb7366
|
| 3 |
+
size 7770
|
runs/Jul23_06-45-46_30fb4c0892ab/events.out.tfevents.1690099177.30fb4c0892ab.190.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:103ef4fdece736047759c62bbabad465423b24a0e790d3156c7a4bad8e948c73
|
| 3 |
+
size 411
|