somosnlp-hackathon-2022/es_tweets_laboral
Viewer • Updated • 231 • 22 • 2
How to use sohidalg/clasificador-tweets with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="sohidalg/clasificador-tweets") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("sohidalg/clasificador-tweets")
model = AutoModelForSequenceClassification.from_pretrained("sohidalg/clasificador-tweets", device_map="auto")This model is a fine-tuned version of mrm8488/electricidad-base-discriminator on the somosnlp-hackathon-2022/es_tweets_laboral dataset. It achieves the following results on the evaluation set:
This model is intended for the task Text Classification.
We used the somosnlp-hackathon-2022/es_tweets_laboral dataset.
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 23 | 1.2185 | 0.6383 |
| No log | 2.0 | 46 | 1.2849 | 0.6596 |
| No log | 3.0 | 69 | 1.4492 | 0.5957 |
| No log | 4.0 | 92 | 1.1863 | 0.7234 |
| No log | 5.0 | 115 | 1.5050 | 0.6383 |
| No log | 6.0 | 138 | 1.4848 | 0.6383 |
| No log | 7.0 | 161 | 1.5045 | 0.7021 |
| No log | 8.0 | 184 | 1.5510 | 0.6809 |
| No log | 9.0 | 207 | 1.4867 | 0.7021 |
| No log | 10.0 | 230 | 1.4954 | 0.7021 |
Base model
mrm8488/electricidad-base-discriminator