Instructions to use hyunkookim/roberta-base-klue-ynat-classification-using-pytorch-epoch_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hyunkookim/roberta-base-klue-ynat-classification-using-pytorch-epoch_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hyunkookim/roberta-base-klue-ynat-classification-using-pytorch-epoch_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hyunkookim/roberta-base-klue-ynat-classification-using-pytorch-epoch_2") model = AutoModelForSequenceClassification.from_pretrained("hyunkookim/roberta-base-klue-ynat-classification-using-pytorch-epoch_2") - Notebooks
- Google Colab
- Kaggle
Epoch 2 model
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442518124
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f6fa01beba949e03bc25936cca5c9702e7de029497ceb37e3ffb0bafa32d662
|
| 3 |
size 442518124
|