DanielDDDS commited on
Commit
cfd76f0
·
verified ·
1 Parent(s): e0047c7

Delete training_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_summary.json +0 -27
training_summary.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "best_f1": 0.4921212121212121,
3
- "best_epoch": 6,
4
- "model": "dicta-il/dictabert",
5
- "architecture": "BERT + CRF (no intent conditioning)",
6
- "train_examples": 6004,
7
- "val_examples": 1510,
8
- "class_weights_file": "data/processed_thread_aware_io/stats_merged.json",
9
- "args": {
10
- "model": "dicta-il/dictabert",
11
- "dropout": 0.1,
12
- "data_dir": "data/processed_thread_aware_io",
13
- "train_file": "train_merged.jsonl",
14
- "max_len": 128,
15
- "class_weights_file": "data/processed_thread_aware_io/stats_merged.json",
16
- "output_dir": "models/checkpoints/dictabert_crf/P10_crf_thread_aware_io",
17
- "epochs": 10,
18
- "batch_size": 16,
19
- "lr": 2e-05,
20
- "patience": 3,
21
- "seed": 42,
22
- "neg_ratio": null,
23
- "wandb": false,
24
- "wandb_project": "recipe-mod-extraction",
25
- "wandb_run": null
26
- }
27
- }