Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use ThePromptKing/bert_emo_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThePromptKing/bert_emo_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThePromptKing/bert_emo_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThePromptKing/bert_emo_classifier") model = AutoModelForSequenceClassification.from_pretrained("ThePromptKing/bert_emo_classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
3332a0e
1
Parent(s): 01acfb1
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:57de2f99ac163e77dacbf92ea89267e3c90074f2f9a786adc1bc11ab367d9c90
|
| 3 |
size 438031533
|
runs/Sep18_13-44-32_420b0c128eee/events.out.tfevents.1663508740.420b0c128eee.70.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:f6a6d98b39d656ca9c6e09e766c43572360c956e03fb032f218fdf06ab9e3749
|
| 3 |
+
size 10770
|