File size: 436 Bytes
43b22c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# sentiment_prompt_1_model
## Model Description
This model is a fine-tuned version of `EleutherAI/pythia-410m` trained on `dair-ai/emotion` data.
## Dataset Details
- Dataset Configuration: unsplit
- Dataset Name: dair-ai/emotion
- Prompt: analyze the sentiment of the given text: {text}
{label}
## Training Details
- Base Model: EleutherAI/pythia-410m
- Training Parameters:
- Learning Rate: 2e-05
- Batch Size: 1
- Epochs: 1
|