pyfccc commited on
Commit
8051a90
·
verified ·
1 Parent(s): 0efcb0d

Restore README

Browse files
Files changed (1) hide show
  1. README.md +29 -52
README.md CHANGED
@@ -1,69 +1,46 @@
1
  ---
2
- base_model: google/gemma-2-2b-it
3
  library_name: transformers
4
- model_name: seed3
5
  tags:
6
- - generated_from_trainer
7
- - trl
8
- - dpo
9
- licence: license
 
 
 
10
  ---
11
 
12
- # Model Card for seed3
13
-
14
- This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it).
15
- It has been trained using [TRL](https://github.com/huggingface/trl).
16
-
17
- ## Quick start
18
 
19
- ```python
20
- from transformers import pipeline
21
 
22
- question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
- generator = pipeline("text-generation", model="None", device="cuda")
24
- output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
- print(output["generated_text"])
26
- ```
27
 
28
- ## Training procedure
29
 
30
- [<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/pppp4-carnegie-mellon-university/dpo_verify1/runs/28tomuqy)
31
 
 
 
 
 
 
32
 
33
- 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).
34
 
35
- ### Framework versions
36
 
37
- - TRL: 0.27.0
38
- - Transformers: 4.57.1
39
- - Pytorch: 2.8.0
40
- - Datasets: 4.1.1
41
- - Tokenizers: 0.22.1
42
 
43
- ## Citations
 
44
 
45
- Cite DPO as:
46
 
47
- ```bibtex
48
- @inproceedings{rafailov2023direct,
49
- title = {{Direct Preference Optimization: Your Language Model is Secretly a Reward Model}},
50
- author = {Rafael Rafailov and Archit Sharma and Eric Mitchell and Christopher D. Manning and Stefano Ermon and Chelsea Finn},
51
- year = 2023,
52
- booktitle = {Advances in Neural Information Processing Systems 36: Annual Conference on Neural Information Processing Systems 2023, NeurIPS 2023, New Orleans, LA, USA, December 10 - 16, 2023},
53
- url = {http://papers.nips.cc/paper_files/paper/2023/hash/a85b405ed65c6477a4fe8302b5e06ce7-Abstract-Conference.html},
54
- editor = {Alice Oh and Tristan Naumann and Amir Globerson and Kate Saenko and Moritz Hardt and Sergey Levine},
55
- }
56
- ```
57
 
58
- Cite TRL as:
59
-
60
- ```bibtex
61
- @misc{vonwerra2022trl,
62
- title = {{TRL: Transformer Reinforcement Learning}},
63
- author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
64
- year = 2020,
65
- journal = {GitHub repository},
66
- publisher = {GitHub},
67
- howpublished = {\url{https://github.com/huggingface/trl}}
68
- }
69
- ```
 
1
  ---
 
2
  library_name: transformers
3
+ pipeline_tag: text-generation
4
  tags:
5
+ - alignment
6
+ - evaluation
7
+ - preference-learning
8
+ - ripd
9
+ base_model: google/gemma-2-2b-it
10
+ datasets:
11
+ - ZDCSlab/ripd-dataset
12
  ---
13
 
14
+ # ZDCSlab/ripd-ultra-real-gemma2-2b-it-seed-bt
 
 
 
 
 
15
 
16
+ This checkpoint is part of the artifact release for
17
+ **“Rubrics as an Attack Surface: Stealthy Preference Drift in LLM Judges.”**
18
 
19
+ It is a policy model trained under a specific rubric condition to study how evaluation-time preference drift propagates into downstream alignment.
 
 
 
 
20
 
21
+ ---
22
 
23
+ ## Configuration
24
 
25
+ - **Setting:** ultra-real
26
+ - **Base model:** [Gemma-2-2B-it](https://huggingface.co/google/gemma-2-2b-it)
27
+ - **Label condition:** seed
28
+ - **Training data:** Bench + Target (mixed)
29
+ - **Objective:** Direct Preference Optimization (DPO)
30
 
31
+ The `seed` condition corresponds to preference labels generated by an LLM judge under the `seed` rubric variant.
32
 
33
+ ---
34
 
35
+ ## Intended Use
 
 
 
 
36
 
37
+ This model is released for research on evaluation-time robustness, preference drift, and alignment propagation.
38
+ It is not intended for production deployment.
39
 
40
+ ---
41
 
42
+ ## Resources
 
 
 
 
 
 
 
 
 
43
 
44
+ - 📄 Paper: https://www.arxiv.org/pdf/2602.13576
45
+ - 💻 Code & Evaluation Pipeline: https://github.com/ZDCSlab/Rubrics-as-an-Attack-Surface
46
+ - 📊 Dataset: https://huggingface.co/datasets/ZDCSlab/ripd-dataset