Nexuss0781 commited on
Commit
86419a2
·
verified ·
1 Parent(s): 01c8cd2

Upload training_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_metrics.json +39 -6
training_metrics.json CHANGED
@@ -1,8 +1,41 @@
1
  {
2
- "total_characters": 418,
3
- "total_tokens": 134,
4
- "avg_chars_per_token": 3.12,
5
- "perfect_reconstruction": true,
6
- "vocab_size": 32000,
7
- "test_samples": 4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }
 
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
  }