Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Centipede5/mbti_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Centipede5/mbti_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Centipede5/mbti_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Centipede5/mbti_model") model = AutoModelForSequenceClassification.from_pretrained("Centipede5/mbti_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
9ac9836
1
Parent(s): bffeefb
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 267898605
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e33b1cacc9ff04eec07f3f093e2b66023690022d3cc5a8c80d67e32ae547c72e
|
| 3 |
size 267898605
|
runs/Jul19_04-52-02_13e0a65293ea/events.out.tfevents.1689742327.13e0a65293ea.28.5
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:8d7a635a5f7fb75510cfdab73700103538b236549954c9cd48282835db2707ac
|
| 3 |
+
size 6025
|