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
GhylB/Sentiment_Analysis_BERT_Based_MODEL
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:859b9dec359a67285f07ea59da8ea2af976b1382d17a73fb5efaf7aeb2cda5a9
|
| 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:1fbdaaceb0b0337fffc0fec7fff174e9082b2f98a69e1d80c702873bf47e3d79
|
| 3 |
+
size 6893
|
runs/May07_20-10-46_d2d2afe4bb13/events.out.tfevents.1683494331.d2d2afe4bb13.1596.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a345ca9ac7e920b5f359e9a3e38fa0c4388588daabd7789355a94a49fc95cfd
|
| 3 |
+
size 407
|