e9t/nsmc
Updated • 1.52k • 17
How to use nahyeonkang/ai.keepit with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="nahyeonkang/ai.keepit") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("nahyeonkang/ai.keepit")
model = AutoModelForSequenceClassification.from_pretrained("nahyeonkang/ai.keepit")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.2715 | 1.0 | 9375 | 0.2604 | 0.8957 |
| 0.2137 | 2.0 | 18750 | 0.2677 | 0.9003 |
| 0.1655 | 3.0 | 28125 | 0.3046 | 0.9020 |
Base model
beomi/kcbert-base