File size: 599 Bytes
b235196
 
 
 
 
 
73de8fd
73bd912
b235196
73bd912
b235196
 
51a2059
b235196
51a2059
 
73bd912
 
b235196
51a2059
b235196
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "base_model": "docketanalyzer/docket-lm-xs",
    "run_args": {
        "max_length": 256
    },
    "training_args": {
        "num_train_epochs": 1,
        "per_device_train_batch_size": 16,
        "per_device_eval_batch_size": 16,
        "gradient_accumulation_steps": 1,
        "learning_rate": 5e-05,
        "weight_decay": 0.1,
        "warmup_ratio": 0.02,
        "evaluation_strategy": "steps",
        "eval_steps": 0.08,
        "save_steps": 0.08,
        "save_total_limit": 2,
        "fp16": true
    },
    "run_name": "complaint",
    "run_type": "ClassificationRoutine"
}