Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Manirathinam21/bert_emo_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Manirathinam21/bert_emo_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Manirathinam21/bert_emo_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Manirathinam21/bert_emo_classifier") model = AutoModelForSequenceClassification.from_pretrained("Manirathinam21/bert_emo_classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
1f6feb2
1
Parent(s): 16ab0c6
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 438031533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd04698ee1160b4fa912a3f447c61087d5c93f4e1418ef703f0aaad231d5250f
|
| 3 |
size 438031533
|
runs/Aug14_10-08-46_055e8e09876c/events.out.tfevents.1660471739.055e8e09876c.72.2
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:2da64512cf1db231d74f134957b60246f73817abc89ec0fb8165482ea61666c2
|
| 3 |
+
size 10862
|