Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Woonn/klue_bert_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Woonn/klue_bert_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Woonn/klue_bert_base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Woonn/klue_bert_base") model = AutoModelForSequenceClassification.from_pretrained("Woonn/klue_bert_base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training completed!
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442548341
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b24eba35effccbd51164a9a6fab71f90bc191ad17ac7761b8d7653c507a978fb
|
| 3 |
size 442548341
|
runs/Feb15_05-47-11_9676b6804f38/events.out.tfevents.1676440040.9676b6804f38.586.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:b61d1526263de7e6e4bf5dbce8b93274e50ecffdac164380e246fe01be8dd88a
|
| 3 |
+
size 5254
|