Instructions to use Shunian/mbti-classification-bert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shunian/mbti-classification-bert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shunian/mbti-classification-bert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shunian/mbti-classification-bert-base-uncased") model = AutoModelForSequenceClassification.from_pretrained("Shunian/mbti-classification-bert-base-uncased") - Notebooks
- Google Colab
- Kaggle
Shunian Chen commited on
Commit ·
94d9a01
1
Parent(s): 629247d
Training in progress, step 50000
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438049197
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5d4c318299260dccf29079a4b3efdd408c89c34538e095f320b62b67740e9cb
|
| 3 |
size 438049197
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3503
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a535a28092b0eb02ddc5aa32f05eb345eef48eb51cbcd1cff6806b3ffa44755
|
| 3 |
size 3503
|