e9t/nsmc
Updated • 694 • 17
How to use chunwoolee0/nsmc_roberta_base_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="chunwoolee0/nsmc_roberta_base_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/nsmc_roberta_base_model")
model = AutoModelForSequenceClassification.from_pretrained("chunwoolee0/nsmc_roberta_base_model")This model is a fine-tuned version of klue/roberta-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 | F1 |
|---|---|---|---|---|---|
| 0.2501 | 1.0 | 2344 | 0.2306 | 0.9072 | 0.9072 |
| 0.1805 | 2.0 | 4688 | 0.2306 | 0.9112 | 0.9112 |
| 0.1313 | 3.0 | 7032 | 0.2570 | 0.9117 | 0.9117 |