Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use chunwoolee0/my_doccls_korean_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chunwoolee0/my_doccls_korean_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chunwoolee0/my_doccls_korean_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/my_doccls_korean_model") model = AutoModelForSequenceClassification.from_pretrained("chunwoolee0/my_doccls_korean_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
87995e0
1
Parent(s): 75eaeb0
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 435751349
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e49f6618d037524b00c4b73d95a4db960b7d5f35c481203f25285cc4dc7c69c
|
| 3 |
size 435751349
|
runs/Jul13_16-51-48_840b8892d712/events.out.tfevents.1689267151.840b8892d712.697.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:d1236bda23c85231c37cc21da09d2aa2349de4ceb034943a879b4aebb6df513e
|
| 3 |
+
size 7822
|