File size: 506 Bytes
d4bf222
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "task_name": "poetic_meter_detection",
  "model_type": "classification",
  "num_labels": 8,
  "label_names": [
    "অক্ষরবৃত্ত",
    "মাত্রাবৃত্ত",
    "স্বরবৃত্ত",
    "পয়ার",
    "মুক্তক",
    "গদ্যছন্দ",
    "অমিত্রাক্ষর",
    "other"
  ],
  "max_length": 256,
  "training": {
    "num_epochs": 20,
    "batch_size": 16,
    "learning_rate": 2e-5,
    "warmup_ratio": 0.1
  }
}