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 1500
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:b5414e25b403ae64b75008897c77c897829d1961a9fe719ddb3bc038ae905df0
|
| 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:22b103d27bfa2871f749a6837ef35787815a1228f1db03003ce460b847bdf428
|
| 3 |
+
size 5587
|