iamshnoo commited on
Commit
eb1391c
·
verified ·
1 Parent(s): cd32a75

Update model card and embedded training curves

Browse files
README.md CHANGED
@@ -51,6 +51,22 @@ This repo contains the global combined model at the final 10k-step checkpoint fo
51
  - `min_decay_lr`: `0`
52
  - `checkpoint_interval`: `100`
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ## Project Context
55
 
56
  This model is part of the metadata localization release. Related checkpoints and variants are grouped in the public Hugging Face collection [Metadata Conditioned LLMs](https://huggingface.co/collections/iamshnoo/metadata-conditioned-llms).
@@ -58,4 +74,4 @@ This model is part of the metadata localization release. Related checkpoints and
58
  - Project repository: [https://github.com/iamshnoo/metadata_localization](https://github.com/iamshnoo/metadata_localization)
59
  - Paper: [https://arxiv.org/abs/2601.15236](https://arxiv.org/abs/2601.15236)
60
 
61
- Last synced: `2026-04-02 13:49:16 UTC`
 
51
  - `min_decay_lr`: `0`
52
  - `checkpoint_interval`: `100`
53
 
54
+ ## Training Curves
55
+
56
+ Static plots below were exported from the private Weights & Biases run and embedded here for public access.
57
+
58
+ ### Train Loss
59
+
60
+ ![Train Loss](assets/train_loss.png)
61
+
62
+ ### Validation Perplexity
63
+
64
+ ![Validation Perplexity](assets/val_perplexity.png)
65
+
66
+ ### Throughput
67
+
68
+ ![Throughput](assets/tokens_per_sec.png)
69
+
70
  ## Project Context
71
 
72
  This model is part of the metadata localization release. Related checkpoints and variants are grouped in the public Hugging Face collection [Metadata Conditioned LLMs](https://huggingface.co/collections/iamshnoo/metadata-conditioned-llms).
 
74
  - Project repository: [https://github.com/iamshnoo/metadata_localization](https://github.com/iamshnoo/metadata_localization)
75
  - Paper: [https://arxiv.org/abs/2601.15236](https://arxiv.org/abs/2601.15236)
76
 
77
+ Last synced: `2026-04-02 14:37:33 UTC`
assets/tokens_per_sec.png ADDED
assets/train_loss.png ADDED
assets/val_perplexity.png ADDED