defunct-datasets/amazon_reviews_multi
Updated • 4.66k • 102
How to use santyzenith/amazon_es_reviews with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="santyzenith/amazon_es_reviews") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("santyzenith/amazon_es_reviews")
model = AutoModelForSequenceClassification.from_pretrained("santyzenith/amazon_es_reviews")This model is a fine-tuned version of BSC-TeMU/roberta-base-bne on the amazon_reviews_multi 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.1939 | 1.0 | 938 | 0.2086 | 0.93 |
| 0.0999 | 2.0 | 1876 | 0.2246 | 0.9295 |
Base model
BSC-LT/roberta-base-bne