Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use GhylB/Sentiment_Analysis_BERT_Based_MODEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GhylB/Sentiment_Analysis_BERT_Based_MODEL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GhylB/Sentiment_Analysis_BERT_Based_MODEL")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GhylB/Sentiment_Analysis_BERT_Based_MODEL") model = AutoModelForSequenceClassification.from_pretrained("GhylB/Sentiment_Analysis_BERT_Based_MODEL") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433323125
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a87cff8041ec60ab5b70d87f03aae1ce85d981a66322303becb668280fe02985
|
| 3 |
size 433323125
|
runs/May07_20-10-46_d2d2afe4bb13/events.out.tfevents.1683490463.d2d2afe4bb13.1596.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:a247e9885c9cf71572397c304103e0c778256d81754742f48a87c9e7caed727e
|
| 3 |
+
size 6063
|