maym15 commited on
Commit
f30f04f
·
verified ·
1 Parent(s): 5421f85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  base_model: allenai/Olmo-3-7B-Instruct
3
  library_name: transformers
4
- model_name: olmo-3-instruct-masked_102heads_LR_5e-7_MINLR_5e-8_WD_0.1_42
5
  tags:
6
  - generated_from_trainer
7
  - hf_jobs
@@ -10,7 +10,7 @@ tags:
10
  licence: license
11
  ---
12
 
13
- # Model Card for olmo-3-instruct-masked_102heads_LR_5e-7_MINLR_5e-8_WD_0.1_42
14
 
15
  This model is a fine-tuned version of [allenai/Olmo-3-7B-Instruct](https://huggingface.co/allenai/Olmo-3-7B-Instruct).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
@@ -28,8 +28,6 @@ print(output["generated_text"])
28
 
29
  ## Training procedure
30
 
31
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/youmima/dpo/runs/l6wg0w7q)
32
-
33
 
34
  This model was trained with DPO, a method introduced in [Direct Preference Optimization: Your Language Model is Secretly a Reward Model](https://huggingface.co/papers/2305.18290).
35
 
@@ -43,6 +41,22 @@ This model was trained with DPO, a method introduced in [Direct Preference Optim
43
 
44
  ## Citations
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  Cite DPO as:
47
 
48
  ```bibtex
 
1
  ---
2
  base_model: allenai/Olmo-3-7B-Instruct
3
  library_name: transformers
4
+ model_name: Olmo-3-7B-Instruct-RetMask
5
  tags:
6
  - generated_from_trainer
7
  - hf_jobs
 
10
  licence: license
11
  ---
12
 
13
+ # Model Card for Olmo-3-7B-Instruct-RetMask
14
 
15
  This model is a fine-tuned version of [allenai/Olmo-3-7B-Instruct](https://huggingface.co/allenai/Olmo-3-7B-Instruct).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
 
28
 
29
  ## Training procedure
30
 
 
 
31
 
32
  This model was trained with DPO, a method introduced in [Direct Preference Optimization: Your Language Model is Secretly a Reward Model](https://huggingface.co/papers/2305.18290).
33
 
 
41
 
42
  ## Citations
43
 
44
+ Cite RetMask as:
45
+
46
+ ```bibtex
47
+ @inproceedings{ma2026interpretability,
48
+ title = "From Interpretability to Performance: Optimizing Retrieval Heads for Long-Context Language Models",
49
+ author = "Youmi Ma and Naoaki Okazaki",
50
+ booktitle = "Findings of the Association for Computational Linguistics: ACL 2026",
51
+ month = jul,
52
+ year = "2026",
53
+ address = "San Diego, California, United States",
54
+ publisher = "Association for Computational Linguistics",
55
+ pages = "(TBD)",
56
+ }
57
+ ```
58
+
59
+
60
  Cite DPO as:
61
 
62
  ```bibtex