iamshnoo commited on
Commit
f42a00f
·
verified ·
1 Parent(s): fc28306

Update model card and embedded training curves

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  ## Summary
17
 
18
- This repo contains the merged chat model for the combined without metadata 3b branch of the metadata localization project. It was produced by supervised fine-tuning on the project QA benchmark after continued pretraining.
19
 
20
  ## Variant Metadata
21
 
@@ -60,6 +60,22 @@ This repo contains the merged chat model for the combined without metadata 3b br
60
  - `per_device_train_batch_size=2`, `gradient_accumulation_steps=8`
61
  - LoRA targets: `q_proj`, `k_proj`, `v_proj`, `o_proj`, `gate_proj`, `up_proj`, `down_proj`
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ## Project Context
64
 
65
  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).
@@ -67,4 +83,4 @@ This model is part of the metadata localization release. Related checkpoints and
67
  - Project repository: [https://github.com/iamshnoo/metadata_localization](https://github.com/iamshnoo/metadata_localization)
68
  - Paper: [https://arxiv.org/abs/2601.15236](https://arxiv.org/abs/2601.15236)
69
 
70
- Last synced: `2026-04-02 13:51:15 UTC`
 
15
 
16
  ## Summary
17
 
18
+ This repo contains the merged chat model for the combined without metadata 3b branch of the metadata localization project. It was produced by supervised fine-tuning on the project QA benchmark after project pretraining.
19
 
20
  ## Variant Metadata
21
 
 
60
  - `per_device_train_batch_size=2`, `gradient_accumulation_steps=8`
61
  - LoRA targets: `q_proj`, `k_proj`, `v_proj`, `o_proj`, `gate_proj`, `up_proj`, `down_proj`
62
 
63
+ ## Training Curves
64
+
65
+ Static plots below were exported from the private Weights & Biases run and embedded here for public access.
66
+
67
+ ### Train Loss
68
+
69
+ ![Train Loss](assets/train_loss.png)
70
+
71
+ ### Learning Rate
72
+
73
+ ![Learning Rate](assets/learning_rate.png)
74
+
75
+ ### Gradient Norm
76
+
77
+ ![Gradient Norm](assets/grad_norm.png)
78
+
79
  ## Project Context
80
 
81
  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).
 
83
  - Project repository: [https://github.com/iamshnoo/metadata_localization](https://github.com/iamshnoo/metadata_localization)
84
  - Paper: [https://arxiv.org/abs/2601.15236](https://arxiv.org/abs/2601.15236)
85
 
86
+ Last synced: `2026-04-02 14:48:10 UTC`
assets/grad_norm.png ADDED
assets/learning_rate.png ADDED
assets/train_loss.png ADDED