us-lsi/muchocine
Updated • 201 • 4
How to use esoria3/clasificador-muchocine with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="esoria3/clasificador-muchocine") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("esoria3/clasificador-muchocine")
model = AutoModelForSequenceClassification.from_pretrained("esoria3/clasificador-muchocine", device_map="auto")This model is a fine-tuned version of mrm8488/electricidad-base-discriminator on the None dataset. It achieves the following results on the evaluation set:
Predict of cinema reviews.
Trained as part of machine learning module at university.
Small project.
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 388 | 1.3546 | 0.4284 |
| 1.3676 | 2.0 | 776 | 1.2768 | 0.4723 |
| 0.9726 | 3.0 | 1164 | 1.3601 | 0.4826 |