File size: 874 Bytes
0a70679
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
{
    "data_path": "IDQO/f06d41b7-6f6a-481b-837d-2a079e2078d6",
    "model": "google-bert/bert-base-uncased",
    "lr": 2e-05,
    "epochs": 1,
    "max_seq_length": 512,
    "batch_size": 16,
    "warmup_ratio": 0.1,
    "gradient_accumulation": 1,
    "optimizer": "adamw_torch",
    "scheduler": "linear",
    "weight_decay": 0.0,
    "max_grad_norm": 1.0,
    "seed": 42,
    "train_split": "train",
    "valid_split": null,
    "text_column": "document",
    "target_column": "target",
    "logging_steps": -1,
    "project_name": "20newsgroup-320b5d8f-fa84-4c63-8e96-1be906c81365",
    "auto_find_batch_size": false,
    "mixed_precision": null,
    "save_total_limit": 1,
    "push_to_hub": true,
    "evaluation_strategy": "epoch",
    "username": "acarvalhofaktion",
    "log": "tensorboard",
    "early_stopping_patience": 5,
    "early_stopping_threshold": 0.01
}