Instructions to use nahyeonkang/classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nahyeonkang/classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nahyeonkang/classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nahyeonkang/classifier") model = AutoModelForSequenceClassification.from_pretrained("nahyeonkang/classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
448bf23
1
Parent(s): 890a688
Training in progress, epoch 1
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 442590065
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9efbcc7968a9ec4f09447a93b1f131cc76f5624a82681642ee6acd1c32866be
|
| 3 |
size 442590065
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2076303f5c2253e9f6a78a9358a1830fd500478d776789e1477687a3d6967518
|
| 3 |
size 4091
|