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
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 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:a29a3bc3a3513411b072bcd7d2d8d9b658d21861a42bf5b39ce33a932d87f200
|
| 3 |
+
size 5505
|