Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Shunian/mbti-classification-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shunian/mbti-classification-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shunian/mbti-classification-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shunian/mbti-classification-roberta-base") model = AutoModelForSequenceClassification.from_pretrained("Shunian/mbti-classification-roberta-base") - Notebooks
- Google Colab
- Kaggle
Shunian Chen commited on
Commit ·
fc8ef04
1
Parent(s): 96ce135
mbti-classification-roberta-base
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498703405
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f66ef04400c5038e073227ed9714079e19f20909f3ba4c45481d3fcd09a311c2
|
| 3 |
size 498703405
|
runs/events.out.tfevents.1671150577.codespaces-ea93af.9145.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:1916fbcec29681508cf3f2dddd5fd56992fc6f869b07ed6a4b6b7dc31a742e1a
|
| 3 |
+
size 138387
|