Nexuss0781 commited on
Commit
8b05a3f
·
verified ·
1 Parent(s): 61daede

Upload models/training_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. models/training_metrics.json +41 -0
models/training_metrics.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "initial": {
3
+ "num_files": 3,
4
+ "total_bytes": 28180826,
5
+ "resumed_from": null
6
+ },
7
+ "final": {
8
+ "vocab_size": 16000,
9
+ "training_duration_sec": 34.185663,
10
+ "end_time": "2026-05-01T23:28:04.370150"
11
+ },
12
+ "config": {
13
+ "vocab_size": 16000,
14
+ "min_frequency": 2,
15
+ "show_progress": true,
16
+ "special_tokens": [
17
+ "<pad>",
18
+ "<unk>",
19
+ "<s>",
20
+ "</s>",
21
+ "<mask>"
22
+ ],
23
+ "lowercase": false,
24
+ "dropout": null,
25
+ "data_dir": "./data",
26
+ "model_save_dir": "models",
27
+ "model_name": "EthioBBPE_AmharicBible",
28
+ "use_checkpoint": true,
29
+ "checkpoint_dir": "./models/checkpoints",
30
+ "save_compressed": true,
31
+ "compression_format": "gzip",
32
+ "compression_level": 9,
33
+ "checkpoint_steps": null,
34
+ "num_threads": -1,
35
+ "enable_backup": true,
36
+ "max_checkpoints": 5,
37
+ "enable_quantization": true,
38
+ "quantization_bits": 8
39
+ },
40
+ "saved_at": "2026-05-01T23:28:05.069477"
41
+ }