Dmitry43243242 commited on
Commit
d3ea9f5
·
verified ·
1 Parent(s): d54171a

Upload training_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_config.json +35 -0
training_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "batch": 8,
3
+ "dropout": 0.1,
4
+ "epochs": 12,
5
+ "generated_at_utc": "2026-04-16T07:54:14+00:00",
6
+ "group_letter": "C",
7
+ "lr": 2e-05,
8
+ "max_len": 512,
9
+ "model_backbone": "ai-forever/ruBert-base",
10
+ "num_labels": 70,
11
+ "patience": 3,
12
+ "pos_weight_cap": 20.0,
13
+ "pos_weight_stats": {
14
+ "labels_at_cap": 65,
15
+ "labels_without_positives": 0,
16
+ "max": 20.0,
17
+ "mean": 19.734392166137695,
18
+ "min": 14.727272987365723
19
+ },
20
+ "seed": 42,
21
+ "source_csv": "/content/datasets/subgroups/group_C.csv",
22
+ "source_csv_sha256": "9526d7bd571f6aa94d0e162b727474a36dc63f71f79f0d78f400195b786bec26",
23
+ "source_csv_yadisk_path": "/ai-app/datasets/subgroups/group_C.csv",
24
+ "split_sizes": {
25
+ "test": 75,
26
+ "train": 346,
27
+ "val": 75
28
+ },
29
+ "threshold": 0.5,
30
+ "torch_version": "2.10.0+cu128",
31
+ "train_duration_sec": 119.9,
32
+ "transformers_version": "5.0.0",
33
+ "warmup_ratio": 0.1,
34
+ "weight_decay": 0.01
35
+ }