File size: 642 Bytes
baa13ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# sentiment_instruction_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: Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: Analyze the sentiment of the given text. ### Input: {text}. ### Response: {label}
## Training Details
- Base Model: EleutherAI/pythia-410m
- Training Parameters:
- Learning Rate: 2e-05
- Batch Size: 1
- Epochs: 1
|