e9t/nsmc
Updated • 482 • 17
How to use jiiyy/electra with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="jiiyy/electra") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("jiiyy/electra")
model = AutoModelForSequenceClassification.from_pretrained("jiiyy/electra")This model is a fine-tuned version of kykim/electra-kor-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.2496 | 1.0 | 9375 | 0.2385 | 0.9072 |
| 0.2108 | 2.0 | 18750 | 0.2496 | 0.9127 |
| 0.1879 | 3.0 | 28125 | 0.2678 | 0.9130 |
Base model
kykim/electra-kor-base