File size: 521 Bytes
491e3e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "task_name": "sentiment_tone_classification",
  "model_type": "multi_label_classification",
  "sentiment_labels": ["positive", "neutral", "negative"],
  "tone_labels": [
    "formal",
    "informal",
    "poetic",
    "dramatic",
    "melancholic",
    "joyful",
    "satirical",
    "romantic"
  ],
  "num_sentiment_labels": 3,
  "num_tone_labels": 8,
  "max_length": 512,
  "training": {
    "num_epochs": 15,
    "batch_size": 16,
    "learning_rate": 2e-5,
    "warmup_ratio": 0.1,
    "weight_decay": 0.01
  }
}