e9t/nsmc
Updated • 441 • 17
How to use gigauser/kcbert_nsmc_tuning with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gigauser/kcbert_nsmc_tuning") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gigauser/kcbert_nsmc_tuning")
model = AutoModelForSequenceClassification.from_pretrained("gigauser/kcbert_nsmc_tuning", device_map="auto")This model is a fine-tuned version of beomi/kcbert-base on the nsmc dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.1689 | 1.0 | 2344 | 0.2717 | 0.9006 |
| 0.0951 | 2.0 | 4688 | 0.3458 | 0.8995 |
| 0.051 | 3.0 | 7032 | 0.4492 | 0.9013 |
Base model
beomi/kcbert-base