rdavion commited on
Commit
eb2888c
·
verified ·
1 Parent(s): ff12003

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +8 -9
  2. adapters/big_math-demonstration-self_supervised/README.md +207 -0
  3. adapters/big_math-demonstration-self_supervised/adapter_config.json +48 -0
  4. adapters/big_math-demonstration-self_supervised/chat_template.jinja +54 -0
  5. adapters/big_math-demonstration-self_supervised/resolved_training_config.json +39 -0
  6. adapters/big_math-demonstration-self_supervised/tokenizer_config.json +30 -0
  7. adapters/big_math-demonstration-self_supervised/training_complete.json +14 -0
  8. adapters/big_math-demonstration-self_unsupervised/README.md +207 -0
  9. adapters/big_math-demonstration-self_unsupervised/adapter_config.json +48 -0
  10. adapters/big_math-demonstration-self_unsupervised/chat_template.jinja +54 -0
  11. adapters/big_math-demonstration-self_unsupervised/resolved_training_config.json +39 -0
  12. adapters/big_math-demonstration-self_unsupervised/tokenizer_config.json +30 -0
  13. adapters/big_math-demonstration-self_unsupervised/training_complete.json +14 -0
  14. adapters/big_math-rephrase-external/README.md +207 -0
  15. adapters/big_math-rephrase-external/adapter_config.json +48 -0
  16. adapters/big_math-rephrase-external/chat_template.jinja +54 -0
  17. adapters/big_math-rephrase-external/resolved_training_config.json +39 -0
  18. adapters/big_math-rephrase-external/tokenizer_config.json +30 -0
  19. adapters/big_math-rephrase-external/training_complete.json +14 -0
  20. adapters/big_math-rephrase-self_unsupervised/README.md +207 -0
  21. adapters/big_math-rephrase-self_unsupervised/adapter_config.json +48 -0
  22. adapters/big_math-rephrase-self_unsupervised/chat_template.jinja +54 -0
  23. adapters/big_math-rephrase-self_unsupervised/resolved_training_config.json +39 -0
  24. adapters/big_math-rephrase-self_unsupervised/tokenizer_config.json +30 -0
  25. adapters/big_math-rephrase-self_unsupervised/training_complete.json +14 -0
  26. adapters/proofwriter-feedback-external/README.md +207 -0
  27. adapters/proofwriter-feedback-external/adapter_config.json +48 -0
  28. adapters/proofwriter-feedback-external/chat_template.jinja +54 -0
  29. adapters/proofwriter-feedback-external/resolved_training_config.json +39 -0
  30. adapters/proofwriter-feedback-external/tokenizer_config.json +30 -0
  31. adapters/proofwriter-feedback-external/training_complete.json +14 -0
  32. adapters/proofwriter-feedback-self_supervised/README.md +207 -0
  33. adapters/proofwriter-feedback-self_supervised/adapter_config.json +48 -0
  34. adapters/proofwriter-feedback-self_supervised/chat_template.jinja +54 -0
  35. adapters/proofwriter-feedback-self_supervised/resolved_training_config.json +39 -0
  36. adapters/proofwriter-feedback-self_supervised/tokenizer_config.json +30 -0
  37. adapters/proofwriter-feedback-self_supervised/training_complete.json +14 -0
  38. adapters/proofwriter-rephrase-external/README.md +207 -0
  39. adapters/proofwriter-rephrase-external/adapter_config.json +48 -0
  40. adapters/proofwriter-rephrase-external/chat_template.jinja +54 -0
  41. adapters/proofwriter-rephrase-external/resolved_training_config.json +39 -0
  42. adapters/proofwriter-rephrase-external/tokenizer_config.json +30 -0
  43. adapters/proofwriter-rephrase-external/training_complete.json +14 -0
  44. adapters/proofwriter-rephrase-self_supervised/README.md +207 -0
  45. adapters/proofwriter-rephrase-self_supervised/adapter_config.json +48 -0
  46. adapters/proofwriter-rephrase-self_supervised/chat_template.jinja +54 -0
  47. adapters/proofwriter-rephrase-self_supervised/resolved_training_config.json +39 -0
  48. adapters/proofwriter-rephrase-self_supervised/tokenizer_config.json +30 -0
  49. adapters/proofwriter-rephrase-self_supervised/training_complete.json +14 -0
  50. manifest.json +502 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: OPD Method Comparison — Completed LoRA Adapters
3
  tags:
4
  - lora
5
  - peft
@@ -8,22 +8,21 @@ tags:
8
  - qwen2.5
9
  ---
10
 
11
- # OPD Method Comparison — completed adapters
12
 
13
- This public dataset contains the 12 training-complete LoRA adapters available from the
14
- 27-arm OPD method-comparison experiment at the time of publication.
15
 
16
- **Status:** training-complete snapshot (12/27); final evaluation has not started. These
17
- artifacts are intentionally labeled as unevaluated and should not be interpreted as final
18
- benchmark results.
19
 
20
  Base model: 'Qwen/Qwen2.5-7B-Instruct' at revision
21
  'a09a35458c702b33eeacc393d103063234e8bc28'.
22
 
23
  Each 'adapters/<condition>/' directory contains the PEFT adapter, tokenizer files, the
24
- resolved training configuration, and a signed training-completion record. All adapters
25
  completed 861 optimizer steps. Optimizer state is excluded.
26
 
27
- To load one adapter, download its directory from this dataset repository with
28
  'huggingface_hub.snapshot_download(..., repo_type="dataset")', then pass the local
29
  adapter directory to 'peft.PeftModel.from_pretrained'.
 
1
  ---
2
+ pretty_name: OPD Method Comparison — 27 Completed LoRA Adapters
3
  tags:
4
  - lora
5
  - peft
 
8
  - qwen2.5
9
  ---
10
 
11
+ # OPD Method Comparison — all 27 training-complete adapters
12
 
13
+ This public dataset contains all 27 training-complete LoRA adapters from the OPD
14
+ method-comparison experiment.
15
 
16
+ **Status:** training is complete for all 27 conditions; final evaluation is still in
17
+ progress. These artifacts should not yet be interpreted as final benchmark results.
 
18
 
19
  Base model: 'Qwen/Qwen2.5-7B-Instruct' at revision
20
  'a09a35458c702b33eeacc393d103063234e8bc28'.
21
 
22
  Each 'adapters/<condition>/' directory contains the PEFT adapter, tokenizer files, the
23
+ resolved training configuration, and a signed training-completion record. Every adapter
24
  completed 861 optimizer steps. Optimizer state is excluded.
25
 
26
+ To load an adapter, download its directory with
27
  'huggingface_hub.snapshot_download(..., repo_type="dataset")', then pass the local
28
  adapter directory to 'peft.PeftModel.from_pretrained'.
adapters/big_math-demonstration-self_supervised/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/big_math-demonstration-self_supervised/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "o_proj",
34
+ "q_proj",
35
+ "down_proj",
36
+ "up_proj",
37
+ "k_proj",
38
+ "v_proj",
39
+ "gate_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/big_math-demonstration-self_supervised/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/big_math-demonstration-self_supervised/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "big_math-demonstration-self_supervised",
3
+ "context_manifest_sha256": "18684b0b248f7ae6a7cb95e77d9a4aa0a64f36289c7ff5b6f6bc42130e52de94",
4
+ "manifest_sha256": "32571370deaf7b948666d5905c8e0fbdca4a948ed400ea67b81f8bc846154c9a",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "0f1a717432f0d6fe9c77931d4e4ca312116d7a6641e4506afd52f73c3abf56a4",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/big_math-demonstration-self_supervised/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/big_math-demonstration-self_supervised/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 11,
3
+ "condition": "big_math-demonstration-self_supervised",
4
+ "final_adapter": "artifacts/opd/training/big_math-demonstration-self_supervised/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.07543450368615767,
8
+ "manifest_sha256": "91df6aec54958905f270cc94aa7a5557816a034bc35cfe15da0c9bb1789ab68c",
9
+ "resolved_config_sha256": "32571370deaf7b948666d5905c8e0fbdca4a948ed400ea67b81f8bc846154c9a",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
adapters/big_math-demonstration-self_unsupervised/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/big_math-demonstration-self_unsupervised/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "o_proj",
34
+ "up_proj",
35
+ "v_proj",
36
+ "k_proj",
37
+ "down_proj",
38
+ "q_proj",
39
+ "gate_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/big_math-demonstration-self_unsupervised/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/big_math-demonstration-self_unsupervised/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "big_math-demonstration-self_unsupervised",
3
+ "context_manifest_sha256": "4fada75faa1fab25ffbbf71188592e664e8ed46b8646364aabe542258284faaa",
4
+ "manifest_sha256": "95d18a71cdf659e676c02902d34192c6e07837f253423e63175ffa1c8852b82b",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "0f1a717432f0d6fe9c77931d4e4ca312116d7a6641e4506afd52f73c3abf56a4",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/big_math-demonstration-self_unsupervised/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/big_math-demonstration-self_unsupervised/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 4,
3
+ "condition": "big_math-demonstration-self_unsupervised",
4
+ "final_adapter": "artifacts/opd/training/big_math-demonstration-self_unsupervised/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.06983318239359396,
8
+ "manifest_sha256": "5fd666aa51ba86eaf6d51db855394905bba113573fc587f2b854b64005d0ad25",
9
+ "resolved_config_sha256": "95d18a71cdf659e676c02902d34192c6e07837f253423e63175ffa1c8852b82b",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
adapters/big_math-rephrase-external/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/big_math-rephrase-external/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "gate_proj",
34
+ "v_proj",
35
+ "up_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "o_proj",
39
+ "q_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/big_math-rephrase-external/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/big_math-rephrase-external/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "big_math-rephrase-external",
3
+ "context_manifest_sha256": "103b83069f1a8d4e96dc9451e02a40cd9a16ec4cc36d8661705c0df65a073325",
4
+ "manifest_sha256": "fa321dcf2a77216b2bf990a6b90baa9c78a52d6714b2c4594d4d6f628d64f84e",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "0f1a717432f0d6fe9c77931d4e4ca312116d7a6641e4506afd52f73c3abf56a4",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/big_math-rephrase-external/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/big_math-rephrase-external/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 15,
3
+ "condition": "big_math-rephrase-external",
4
+ "final_adapter": "artifacts/opd/training/big_math-rephrase-external/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.006273077531501357,
8
+ "manifest_sha256": "acb8482a377135a6ff0c4212f1c2c702539ac1aae4ba0cf5b888a8bb465ba7f3",
9
+ "resolved_config_sha256": "fa321dcf2a77216b2bf990a6b90baa9c78a52d6714b2c4594d4d6f628d64f84e",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
adapters/big_math-rephrase-self_unsupervised/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/big_math-rephrase-self_unsupervised/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "k_proj",
34
+ "up_proj",
35
+ "down_proj",
36
+ "v_proj",
37
+ "o_proj",
38
+ "gate_proj",
39
+ "q_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/big_math-rephrase-self_unsupervised/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/big_math-rephrase-self_unsupervised/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "big_math-rephrase-self_unsupervised",
3
+ "context_manifest_sha256": "f4809c7d95d6a2292f13a0f58869ebd7ded1c1a456efe71834b82d87fa6a6c5b",
4
+ "manifest_sha256": "9d38037ff1b9594a590a695a3b9e48cbdce69453d0123752bed436eba98e08d2",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "0f1a717432f0d6fe9c77931d4e4ca312116d7a6641e4506afd52f73c3abf56a4",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/big_math-rephrase-self_unsupervised/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/big_math-rephrase-self_unsupervised/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 18,
3
+ "condition": "big_math-rephrase-self_unsupervised",
4
+ "final_adapter": "artifacts/opd/training/big_math-rephrase-self_unsupervised/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.006045984504712697,
8
+ "manifest_sha256": "1c0965e105479e06e07e476f13fbb619bbac365647edd1d1422d74492e96660e",
9
+ "resolved_config_sha256": "9d38037ff1b9594a590a695a3b9e48cbdce69453d0123752bed436eba98e08d2",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
adapters/proofwriter-feedback-external/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/proofwriter-feedback-external/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "q_proj",
34
+ "down_proj",
35
+ "o_proj",
36
+ "k_proj",
37
+ "v_proj",
38
+ "gate_proj",
39
+ "up_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/proofwriter-feedback-external/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/proofwriter-feedback-external/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "proofwriter-feedback-external",
3
+ "context_manifest_sha256": "e37da869a36eeaf81e167f25aa04f58c5de713c4d190b3e3a1303b303ed13db2",
4
+ "manifest_sha256": "c4deccae531c6c70b8a45cc7388743742b2bf16bdf2c0ea7fdc1ebb522546588",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "936371eac5bc59d4bd20130ce46419c78a18f1a93a27cb1bd3b3dd5f386a1ad9",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/proofwriter-feedback-external/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/proofwriter-feedback-external/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 3,
3
+ "condition": "proofwriter-feedback-external",
4
+ "final_adapter": "artifacts/opd/training/proofwriter-feedback-external/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.11653553019825166,
8
+ "manifest_sha256": "495f24bf1346da54453b80dd45489656a69ddd243950ff003d3e8b9487547c03",
9
+ "resolved_config_sha256": "c4deccae531c6c70b8a45cc7388743742b2bf16bdf2c0ea7fdc1ebb522546588",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
adapters/proofwriter-feedback-self_supervised/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/proofwriter-feedback-self_supervised/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "up_proj",
34
+ "k_proj",
35
+ "v_proj",
36
+ "down_proj",
37
+ "gate_proj",
38
+ "o_proj",
39
+ "q_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/proofwriter-feedback-self_supervised/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/proofwriter-feedback-self_supervised/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "proofwriter-feedback-self_supervised",
3
+ "context_manifest_sha256": "0bfd2976fd4b7e8e005c927445285f67688b60f9833b7c0e38b56e7a74b68d4f",
4
+ "manifest_sha256": "81c2e255cbd5e171548359e203508bc6f9efdb4f84f62bbfa64d9fd8fa2f98e2",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "936371eac5bc59d4bd20130ce46419c78a18f1a93a27cb1bd3b3dd5f386a1ad9",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/proofwriter-feedback-self_supervised/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/proofwriter-feedback-self_supervised/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 0,
3
+ "condition": "proofwriter-feedback-self_supervised",
4
+ "final_adapter": "artifacts/opd/training/proofwriter-feedback-self_supervised/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.12902916053824776,
8
+ "manifest_sha256": "f5d2168e06f33086c373f03cc0a5389dec4600323ee659c695f2ad092a579c96",
9
+ "resolved_config_sha256": "81c2e255cbd5e171548359e203508bc6f9efdb4f84f62bbfa64d9fd8fa2f98e2",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
adapters/proofwriter-rephrase-external/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/proofwriter-rephrase-external/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "up_proj",
34
+ "o_proj",
35
+ "v_proj",
36
+ "k_proj",
37
+ "q_proj",
38
+ "gate_proj",
39
+ "down_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/proofwriter-rephrase-external/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/proofwriter-rephrase-external/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "proofwriter-rephrase-external",
3
+ "context_manifest_sha256": "f2e22bfdbaab5db70993768649cf8f70ee77d49156310d9d66226ba7fdfb01d2",
4
+ "manifest_sha256": "87f195a55d89d2b9e97cd48b26c6811ab3089b73cb6c4871ee6453ec33d7207d",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "936371eac5bc59d4bd20130ce46419c78a18f1a93a27cb1bd3b3dd5f386a1ad9",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/proofwriter-rephrase-external/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/proofwriter-rephrase-external/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 1,
3
+ "condition": "proofwriter-rephrase-external",
4
+ "final_adapter": "artifacts/opd/training/proofwriter-rephrase-external/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.050220691400124716,
8
+ "manifest_sha256": "5e41c82b4a3f9da67e934fede462b043598826d35e22069580e7ba8c7289e8ee",
9
+ "resolved_config_sha256": "87f195a55d89d2b9e97cd48b26c6811ab3089b73cb6c4871ee6453ec33d7207d",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
adapters/proofwriter-rephrase-self_supervised/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapters/proofwriter-rephrase-self_supervised/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28",
32
+ "target_modules": [
33
+ "o_proj",
34
+ "q_proj",
35
+ "up_proj",
36
+ "k_proj",
37
+ "gate_proj",
38
+ "v_proj",
39
+ "down_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapters/proofwriter-rephrase-self_supervised/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
adapters/proofwriter-rephrase-self_supervised/resolved_training_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "condition": "proofwriter-rephrase-self_supervised",
3
+ "context_manifest_sha256": "422788a73d597acf6e630f1784376ca5a62f7b886025be6517138e8d2736ff8b",
4
+ "manifest_sha256": "cc070d2a34b139ce67ad5f3db3c62cda23156024d71e305407b6040628d748d7",
5
+ "model": {
6
+ "repo": "Qwen/Qwen2.5-7B-Instruct",
7
+ "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
8
+ },
9
+ "schema_version": 1,
10
+ "shared_query_ids_sha256": "936371eac5bc59d4bd20130ce46419c78a18f1a93a27cb1bd3b3dd5f386a1ad9",
11
+ "smoke": false,
12
+ "training": {
13
+ "effective_batch_size": 16,
14
+ "fresh_rollout_exposures": 13776,
15
+ "gradient_checkpointing": true,
16
+ "gradient_checkpointing_use_reentrant": false,
17
+ "gradient_clip": 1.0,
18
+ "learning_rate": 1e-05,
19
+ "lora_alpha": 32,
20
+ "lora_dropout": 0.0,
21
+ "lora_rank": 16,
22
+ "microbatch_size": 1,
23
+ "objective": "full_vocabulary_forward_kl_teacher_to_student",
24
+ "optimizer": "AdamW",
25
+ "optimizer_steps": 861,
26
+ "precision": "bfloat16",
27
+ "scheduler": "constant",
28
+ "target_modules": [
29
+ "q_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj"
36
+ ],
37
+ "weight_decay": 0.01
38
+ }
39
+ }
adapters/proofwriter-rephrase-self_supervised/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": true,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
adapters/proofwriter-rephrase-self_supervised/training_complete.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "capped_rollouts": 1,
3
+ "condition": "proofwriter-rephrase-self_supervised",
4
+ "final_adapter": "artifacts/opd/training/proofwriter-rephrase-self_supervised/final",
5
+ "finite_loss_verified": true,
6
+ "fresh_rollout_exposures": 13776,
7
+ "last_loss": 0.02030438877992591,
8
+ "manifest_sha256": "7889c15a46445c7362b2d0ed6dec33e1e80340f53afe2959ea3697d3b82db769",
9
+ "resolved_config_sha256": "cc070d2a34b139ce67ad5f3db3c62cda23156024d71e305407b6040628d748d7",
10
+ "schema_version": 1,
11
+ "smoke": false,
12
+ "steps": 861,
13
+ "teacher_frozen_verified": true
14
+ }
manifest.json CHANGED
@@ -1,11 +1,20 @@
1
  {
2
- "adapter_count": 12,
3
- "artifact_status": "training_complete_unevaluated",
4
  "base_model": {
5
  "repo": "Qwen/Qwen2.5-7B-Instruct",
6
  "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
7
  },
8
  "conditions": [
 
 
 
 
 
 
 
 
 
9
  "musique-demonstration-external",
10
  "musique-demonstration-self_supervised",
11
  "musique-demonstration-self_unsupervised",
@@ -17,13 +26,307 @@
17
  "musique-rephrase-self_unsupervised",
18
  "proofwriter-demonstration-external",
19
  "proofwriter-demonstration-self_supervised",
20
- "proofwriter-demonstration-self_unsupervised"
 
 
 
 
 
 
21
  ],
22
  "created_at_utc": "2026-08-21T18:34:54.595206+00:00",
23
  "files": {
24
  "README.md": {
25
- "bytes": 1078,
26
- "sha256": "b49cead8dd97ce01b3ba868292f51208b9adedad0b3b2fb96516c23ac95d2e80"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  },
28
  "adapters/musique-demonstration-external/README.md": {
29
  "bytes": 5202,
@@ -408,7 +711,200 @@
408
  "adapters/proofwriter-demonstration-self_unsupervised/training_complete.json": {
409
  "bytes": 565,
410
  "sha256": "fc061359b70bc2c3ec4bb97c992edd2497bcc547e6947f0fa7e19c5580624948"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
  }
412
  },
413
- "schema_version": 1
 
414
  }
 
1
  {
2
+ "adapter_count": 27,
3
+ "artifact_status": "training_complete_evaluation_in_progress",
4
  "base_model": {
5
  "repo": "Qwen/Qwen2.5-7B-Instruct",
6
  "revision": "a09a35458c702b33eeacc393d103063234e8bc28"
7
  },
8
  "conditions": [
9
+ "big_math-demonstration-external",
10
+ "big_math-demonstration-self_supervised",
11
+ "big_math-demonstration-self_unsupervised",
12
+ "big_math-feedback-external",
13
+ "big_math-feedback-self_supervised",
14
+ "big_math-feedback-self_unsupervised",
15
+ "big_math-rephrase-external",
16
+ "big_math-rephrase-self_supervised",
17
+ "big_math-rephrase-self_unsupervised",
18
  "musique-demonstration-external",
19
  "musique-demonstration-self_supervised",
20
  "musique-demonstration-self_unsupervised",
 
26
  "musique-rephrase-self_unsupervised",
27
  "proofwriter-demonstration-external",
28
  "proofwriter-demonstration-self_supervised",
29
+ "proofwriter-demonstration-self_unsupervised",
30
+ "proofwriter-feedback-external",
31
+ "proofwriter-feedback-self_supervised",
32
+ "proofwriter-feedback-self_unsupervised",
33
+ "proofwriter-rephrase-external",
34
+ "proofwriter-rephrase-self_supervised",
35
+ "proofwriter-rephrase-self_unsupervised"
36
  ],
37
  "created_at_utc": "2026-08-21T18:34:54.595206+00:00",
38
  "files": {
39
  "README.md": {
40
+ "bytes": 995,
41
+ "sha256": "d7a4651b2f1834650724727ea5b77603ce9e40c7c048be4763e4f1cbdfea6350"
42
+ },
43
+ "adapters/big_math-demonstration-external/README.md": {
44
+ "bytes": 5202,
45
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
46
+ },
47
+ "adapters/big_math-demonstration-external/adapter_config.json": {
48
+ "bytes": 1141,
49
+ "sha256": "349c8a224b6846c52119373e1fb9c6103ca7b8d39817f30ebf38aed2905dd301"
50
+ },
51
+ "adapters/big_math-demonstration-external/adapter_model.safetensors": {
52
+ "bytes": 161533192,
53
+ "sha256": "b0bdbcb63bd9ee8dedb34b30f92e6169266bd38d1f93e325e42b19ffc4419f82"
54
+ },
55
+ "adapters/big_math-demonstration-external/chat_template.jinja": {
56
+ "bytes": 2507,
57
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
58
+ },
59
+ "adapters/big_math-demonstration-external/resolved_training_config.json": {
60
+ "bytes": 1172,
61
+ "sha256": "35fa9365d4c089f1ccf0c9f2571c55007a9aa7170e079db65176a25d6cf57267"
62
+ },
63
+ "adapters/big_math-demonstration-external/tokenizer.json": {
64
+ "bytes": 11421892,
65
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
66
+ },
67
+ "adapters/big_math-demonstration-external/tokenizer_config.json": {
68
+ "bytes": 693,
69
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
70
+ },
71
+ "adapters/big_math-demonstration-external/training_complete.json": {
72
+ "bytes": 541,
73
+ "sha256": "08e7007e5ddb02a9639d44fabe71e000171e0e75af33a655780fec0173942743"
74
+ },
75
+ "adapters/big_math-demonstration-self_supervised/README.md": {
76
+ "bytes": 5202,
77
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
78
+ },
79
+ "adapters/big_math-demonstration-self_supervised/adapter_config.json": {
80
+ "bytes": 1141,
81
+ "sha256": "6f194227810a399c7df7d1929db3cec11744ed3037766cc2cb4f09afb8e58add"
82
+ },
83
+ "adapters/big_math-demonstration-self_supervised/adapter_model.safetensors": {
84
+ "bytes": 161533192,
85
+ "sha256": "c4f84a0bd8474d7025ef04f43f7d50c3a16c84dd4beb57f0c1b0a9cec4c118ce"
86
+ },
87
+ "adapters/big_math-demonstration-self_supervised/chat_template.jinja": {
88
+ "bytes": 2507,
89
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
90
+ },
91
+ "adapters/big_math-demonstration-self_supervised/resolved_training_config.json": {
92
+ "bytes": 1179,
93
+ "sha256": "ec6505d7cacccf5ebf9d566e4c3f05de0a49ec7a8a1713685e774fa07e0b5c62"
94
+ },
95
+ "adapters/big_math-demonstration-self_supervised/tokenizer.json": {
96
+ "bytes": 11421892,
97
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
98
+ },
99
+ "adapters/big_math-demonstration-self_supervised/tokenizer_config.json": {
100
+ "bytes": 693,
101
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
102
+ },
103
+ "adapters/big_math-demonstration-self_supervised/training_complete.json": {
104
+ "bytes": 556,
105
+ "sha256": "8c061af6d221b32cae6b5b17f40e63b9c6f0aaa099b07baa157aca96c5d89b8e"
106
+ },
107
+ "adapters/big_math-demonstration-self_unsupervised/README.md": {
108
+ "bytes": 5202,
109
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
110
+ },
111
+ "adapters/big_math-demonstration-self_unsupervised/adapter_config.json": {
112
+ "bytes": 1141,
113
+ "sha256": "fd8a411a0a4222c8ff429c5ae5b8846840bbab16273b883127f6c22972e3aeba"
114
+ },
115
+ "adapters/big_math-demonstration-self_unsupervised/adapter_model.safetensors": {
116
+ "bytes": 161533192,
117
+ "sha256": "15fe1edd2f7a2ed108ad17244643b888786aa38be637b4d538612e6c859a07d8"
118
+ },
119
+ "adapters/big_math-demonstration-self_unsupervised/chat_template.jinja": {
120
+ "bytes": 2507,
121
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
122
+ },
123
+ "adapters/big_math-demonstration-self_unsupervised/resolved_training_config.json": {
124
+ "bytes": 1181,
125
+ "sha256": "fb4146894f7d987a860618dd2b94fc2534fa42562b95df17d2e04946e0e69459"
126
+ },
127
+ "adapters/big_math-demonstration-self_unsupervised/tokenizer.json": {
128
+ "bytes": 11421892,
129
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
130
+ },
131
+ "adapters/big_math-demonstration-self_unsupervised/tokenizer_config.json": {
132
+ "bytes": 693,
133
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
134
+ },
135
+ "adapters/big_math-demonstration-self_unsupervised/training_complete.json": {
136
+ "bytes": 559,
137
+ "sha256": "ce55ce442285b4a6f9d2a417616c3c7a7cc4df389f7f8b64e9f4a589a605a554"
138
+ },
139
+ "adapters/big_math-feedback-external/README.md": {
140
+ "bytes": 5202,
141
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
142
+ },
143
+ "adapters/big_math-feedback-external/adapter_config.json": {
144
+ "bytes": 1141,
145
+ "sha256": "2b0fce57fe1837fecd1633be00d42c7f883af2ab1274a2dca680ccd2a8d25322"
146
+ },
147
+ "adapters/big_math-feedback-external/adapter_model.safetensors": {
148
+ "bytes": 161533192,
149
+ "sha256": "4b5f4cfe68c17fbb778c88b20ce4fec1596f3abd6eace7c320f445edf99c1576"
150
+ },
151
+ "adapters/big_math-feedback-external/chat_template.jinja": {
152
+ "bytes": 2507,
153
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
154
+ },
155
+ "adapters/big_math-feedback-external/resolved_training_config.json": {
156
+ "bytes": 1167,
157
+ "sha256": "78fed350bf1883e7766cf51e6c9b054243df408323eef062bd33894b548c59d8"
158
+ },
159
+ "adapters/big_math-feedback-external/tokenizer.json": {
160
+ "bytes": 11421892,
161
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
162
+ },
163
+ "adapters/big_math-feedback-external/tokenizer_config.json": {
164
+ "bytes": 693,
165
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
166
+ },
167
+ "adapters/big_math-feedback-external/training_complete.json": {
168
+ "bytes": 529,
169
+ "sha256": "68f5cac31539f2c91f10ca5b28a13980f3154399d90b5443263c49a5e05a013b"
170
+ },
171
+ "adapters/big_math-feedback-self_supervised/README.md": {
172
+ "bytes": 5202,
173
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
174
+ },
175
+ "adapters/big_math-feedback-self_supervised/adapter_config.json": {
176
+ "bytes": 1141,
177
+ "sha256": "ab8e844fafdf52ec51b33a26cb97edcc42d89b05dee91f54f18f59a024b26069"
178
+ },
179
+ "adapters/big_math-feedback-self_supervised/adapter_model.safetensors": {
180
+ "bytes": 161533192,
181
+ "sha256": "6b75b1f174f99fdaaa1bc7cc0b6542918b13e1dfeb7e3a3e9d4792e79ba1708f"
182
+ },
183
+ "adapters/big_math-feedback-self_supervised/chat_template.jinja": {
184
+ "bytes": 2507,
185
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
186
+ },
187
+ "adapters/big_math-feedback-self_supervised/resolved_training_config.json": {
188
+ "bytes": 1174,
189
+ "sha256": "8a5df437535c0bc55155fd64529d5f0019b8c4399da0a57e70403d7aaaa2b322"
190
+ },
191
+ "adapters/big_math-feedback-self_supervised/tokenizer.json": {
192
+ "bytes": 11421892,
193
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
194
+ },
195
+ "adapters/big_math-feedback-self_supervised/tokenizer_config.json": {
196
+ "bytes": 693,
197
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
198
+ },
199
+ "adapters/big_math-feedback-self_supervised/training_complete.json": {
200
+ "bytes": 545,
201
+ "sha256": "e956198bf3be7a304b37f7321816ceccf9cc4dd8cff288ce268c7bc84badcc9a"
202
+ },
203
+ "adapters/big_math-feedback-self_unsupervised/README.md": {
204
+ "bytes": 5202,
205
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
206
+ },
207
+ "adapters/big_math-feedback-self_unsupervised/adapter_config.json": {
208
+ "bytes": 1141,
209
+ "sha256": "e4c006561055d67a00f0d75d0113d41aac0671f945cdc676df70fa79095be9d0"
210
+ },
211
+ "adapters/big_math-feedback-self_unsupervised/adapter_model.safetensors": {
212
+ "bytes": 161533192,
213
+ "sha256": "f66071b4c3cf5da15b1a742f1428de7e3664223d6538b7750cb0ade2cfecad17"
214
+ },
215
+ "adapters/big_math-feedback-self_unsupervised/chat_template.jinja": {
216
+ "bytes": 2507,
217
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
218
+ },
219
+ "adapters/big_math-feedback-self_unsupervised/resolved_training_config.json": {
220
+ "bytes": 1176,
221
+ "sha256": "87930cdc3784721c9f5e63d2f7c543438c639ca1e03786d90d82500d9d197f8e"
222
+ },
223
+ "adapters/big_math-feedback-self_unsupervised/tokenizer.json": {
224
+ "bytes": 11421892,
225
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
226
+ },
227
+ "adapters/big_math-feedback-self_unsupervised/tokenizer_config.json": {
228
+ "bytes": 693,
229
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
230
+ },
231
+ "adapters/big_math-feedback-self_unsupervised/training_complete.json": {
232
+ "bytes": 549,
233
+ "sha256": "8b5e5e8d006c6dc1c3424d5c5d6e407bfeac88a6a9c88e06885e23bf9abb478e"
234
+ },
235
+ "adapters/big_math-rephrase-external/README.md": {
236
+ "bytes": 5202,
237
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
238
+ },
239
+ "adapters/big_math-rephrase-external/adapter_config.json": {
240
+ "bytes": 1141,
241
+ "sha256": "a09ec478f3f08558f843600cb90566fa664fec68f7a25c5f270ef641991c4223"
242
+ },
243
+ "adapters/big_math-rephrase-external/adapter_model.safetensors": {
244
+ "bytes": 161533192,
245
+ "sha256": "7879963139a1dc0d33e8bbd016a5231dbf50a7ed95fc307b646ff7398fb8bbec"
246
+ },
247
+ "adapters/big_math-rephrase-external/chat_template.jinja": {
248
+ "bytes": 2507,
249
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
250
+ },
251
+ "adapters/big_math-rephrase-external/resolved_training_config.json": {
252
+ "bytes": 1167,
253
+ "sha256": "9d3cbac4b0567197f524d444603de01f19c6e7dc77b8250ef71dae752b44da07"
254
+ },
255
+ "adapters/big_math-rephrase-external/tokenizer.json": {
256
+ "bytes": 11421892,
257
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
258
+ },
259
+ "adapters/big_math-rephrase-external/tokenizer_config.json": {
260
+ "bytes": 693,
261
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
262
+ },
263
+ "adapters/big_math-rephrase-external/training_complete.json": {
264
+ "bytes": 533,
265
+ "sha256": "b789f15648647fbfeaa1e2b356b40f206427a0932da68c4e91d1b78a8b98184f"
266
+ },
267
+ "adapters/big_math-rephrase-self_supervised/README.md": {
268
+ "bytes": 5202,
269
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
270
+ },
271
+ "adapters/big_math-rephrase-self_supervised/adapter_config.json": {
272
+ "bytes": 1141,
273
+ "sha256": "71a770669e3c9901ff9cae1aa04ba6a0c0d5b120eebe4b57c217859a1a583672"
274
+ },
275
+ "adapters/big_math-rephrase-self_supervised/adapter_model.safetensors": {
276
+ "bytes": 161533192,
277
+ "sha256": "15c10060693bc7d0f07d7f54b94122a9076c7da1776818a4319d0cb2ae66a81f"
278
+ },
279
+ "adapters/big_math-rephrase-self_supervised/chat_template.jinja": {
280
+ "bytes": 2507,
281
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
282
+ },
283
+ "adapters/big_math-rephrase-self_supervised/resolved_training_config.json": {
284
+ "bytes": 1174,
285
+ "sha256": "622997e899a9195bc635726ee1caaf4b5f56732f0ed96e4a632dcb7b4d6b0f50"
286
+ },
287
+ "adapters/big_math-rephrase-self_supervised/tokenizer.json": {
288
+ "bytes": 11421892,
289
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
290
+ },
291
+ "adapters/big_math-rephrase-self_supervised/tokenizer_config.json": {
292
+ "bytes": 693,
293
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
294
+ },
295
+ "adapters/big_math-rephrase-self_supervised/training_complete.json": {
296
+ "bytes": 547,
297
+ "sha256": "6e4530b6c3046d9f4b38886164a19cf84a7de675c629b04877b1dcf2cb76b14d"
298
+ },
299
+ "adapters/big_math-rephrase-self_unsupervised/README.md": {
300
+ "bytes": 5202,
301
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
302
+ },
303
+ "adapters/big_math-rephrase-self_unsupervised/adapter_config.json": {
304
+ "bytes": 1141,
305
+ "sha256": "957c8095339c8bd4d67bf2e6e816e9040ad225c3596357d1202cc6b53fca7872"
306
+ },
307
+ "adapters/big_math-rephrase-self_unsupervised/adapter_model.safetensors": {
308
+ "bytes": 161533192,
309
+ "sha256": "0d3bee5e41be07bdd0a060796eaeda241ae3a094e3871739d0ab9257b9b62632"
310
+ },
311
+ "adapters/big_math-rephrase-self_unsupervised/chat_template.jinja": {
312
+ "bytes": 2507,
313
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
314
+ },
315
+ "adapters/big_math-rephrase-self_unsupervised/resolved_training_config.json": {
316
+ "bytes": 1176,
317
+ "sha256": "fdd00c26cfd7347a1d3b67e8c7a51858d6f179e760af32c695f392335066f15c"
318
+ },
319
+ "adapters/big_math-rephrase-self_unsupervised/tokenizer.json": {
320
+ "bytes": 11421892,
321
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
322
+ },
323
+ "adapters/big_math-rephrase-self_unsupervised/tokenizer_config.json": {
324
+ "bytes": 693,
325
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
326
+ },
327
+ "adapters/big_math-rephrase-self_unsupervised/training_complete.json": {
328
+ "bytes": 551,
329
+ "sha256": "04390795cd7b8332f6d225e1b760728fdfd4dab62e3179d849cc9205f6adbaf8"
330
  },
331
  "adapters/musique-demonstration-external/README.md": {
332
  "bytes": 5202,
 
711
  "adapters/proofwriter-demonstration-self_unsupervised/training_complete.json": {
712
  "bytes": 565,
713
  "sha256": "fc061359b70bc2c3ec4bb97c992edd2497bcc547e6947f0fa7e19c5580624948"
714
+ },
715
+ "adapters/proofwriter-feedback-external/README.md": {
716
+ "bytes": 5202,
717
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
718
+ },
719
+ "adapters/proofwriter-feedback-external/adapter_config.json": {
720
+ "bytes": 1141,
721
+ "sha256": "ba52392b617afd8909d10d0a7f3d448407d9e6e5b06782d54ac20ed79d36813a"
722
+ },
723
+ "adapters/proofwriter-feedback-external/adapter_model.safetensors": {
724
+ "bytes": 161533192,
725
+ "sha256": "e091c058784b0c0e046d29ae93024e49d5c45d4c64626806a949dc12e69ba131"
726
+ },
727
+ "adapters/proofwriter-feedback-external/chat_template.jinja": {
728
+ "bytes": 2507,
729
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
730
+ },
731
+ "adapters/proofwriter-feedback-external/resolved_training_config.json": {
732
+ "bytes": 1170,
733
+ "sha256": "39613cf0cfd0ea791d3348eb8ca1968acb12ded6f5b8784cfed63596c92f4e06"
734
+ },
735
+ "adapters/proofwriter-feedback-external/tokenizer.json": {
736
+ "bytes": 11421892,
737
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
738
+ },
739
+ "adapters/proofwriter-feedback-external/tokenizer_config.json": {
740
+ "bytes": 693,
741
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
742
+ },
743
+ "adapters/proofwriter-feedback-external/training_complete.json": {
744
+ "bytes": 537,
745
+ "sha256": "9460750b3ad08efe250e92543b04b552b40d3a058584e74b04ec270d67d78a39"
746
+ },
747
+ "adapters/proofwriter-feedback-self_supervised/README.md": {
748
+ "bytes": 5202,
749
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
750
+ },
751
+ "adapters/proofwriter-feedback-self_supervised/adapter_config.json": {
752
+ "bytes": 1141,
753
+ "sha256": "129f09e37a1076586edbcc4f5cadd4e94e604c1db40d34efea7cd438133fb31d"
754
+ },
755
+ "adapters/proofwriter-feedback-self_supervised/adapter_model.safetensors": {
756
+ "bytes": 161533192,
757
+ "sha256": "10ea6ae38582bee68e3b64d14af43e5eadad095f558b7cd9f5db2765fda07732"
758
+ },
759
+ "adapters/proofwriter-feedback-self_supervised/chat_template.jinja": {
760
+ "bytes": 2507,
761
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
762
+ },
763
+ "adapters/proofwriter-feedback-self_supervised/resolved_training_config.json": {
764
+ "bytes": 1177,
765
+ "sha256": "a6fe12e2e05aa288c94b7d493f1406730f5dad8877f4e86a208cb999cf838ed1"
766
+ },
767
+ "adapters/proofwriter-feedback-self_supervised/tokenizer.json": {
768
+ "bytes": 11421892,
769
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
770
+ },
771
+ "adapters/proofwriter-feedback-self_supervised/tokenizer_config.json": {
772
+ "bytes": 693,
773
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
774
+ },
775
+ "adapters/proofwriter-feedback-self_supervised/training_complete.json": {
776
+ "bytes": 551,
777
+ "sha256": "6f99e4fbf13190ae0aa68343de1606438d2f25a3324aa3b79ec889ebfd9ef7ad"
778
+ },
779
+ "adapters/proofwriter-feedback-self_unsupervised/README.md": {
780
+ "bytes": 5202,
781
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
782
+ },
783
+ "adapters/proofwriter-feedback-self_unsupervised/adapter_config.json": {
784
+ "bytes": 1141,
785
+ "sha256": "f38d743137a844ac63bf44cbc0dbe7a8a6269bd375e713424a2139fb7f78b676"
786
+ },
787
+ "adapters/proofwriter-feedback-self_unsupervised/adapter_model.safetensors": {
788
+ "bytes": 161533192,
789
+ "sha256": "358906f9ef26c53cd3995dfdd42fdfd428149e9a13642b7398dc46313ca7c9db"
790
+ },
791
+ "adapters/proofwriter-feedback-self_unsupervised/chat_template.jinja": {
792
+ "bytes": 2507,
793
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
794
+ },
795
+ "adapters/proofwriter-feedback-self_unsupervised/resolved_training_config.json": {
796
+ "bytes": 1179,
797
+ "sha256": "a55ab8fb532186d5e5d6274440e27fffba9ae459b47b67878ed89a1cdc8ffaa7"
798
+ },
799
+ "adapters/proofwriter-feedback-self_unsupervised/tokenizer.json": {
800
+ "bytes": 11421892,
801
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
802
+ },
803
+ "adapters/proofwriter-feedback-self_unsupervised/tokenizer_config.json": {
804
+ "bytes": 693,
805
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
806
+ },
807
+ "adapters/proofwriter-feedback-self_unsupervised/training_complete.json": {
808
+ "bytes": 554,
809
+ "sha256": "0f0d7d54991e36c229781c8e94a42d531ecc183fc194d46927b076387ac53d2c"
810
+ },
811
+ "adapters/proofwriter-rephrase-external/README.md": {
812
+ "bytes": 5202,
813
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
814
+ },
815
+ "adapters/proofwriter-rephrase-external/adapter_config.json": {
816
+ "bytes": 1141,
817
+ "sha256": "f4ebd9c5bfb04181c66e953bf73dcee12c5143613cd5a0d1d343fc9c80ba06ac"
818
+ },
819
+ "adapters/proofwriter-rephrase-external/adapter_model.safetensors": {
820
+ "bytes": 161533192,
821
+ "sha256": "df92961d1b9de0ef45fb49dad03679c5f1bea2e6e1dd95e97d5258664ba07905"
822
+ },
823
+ "adapters/proofwriter-rephrase-external/chat_template.jinja": {
824
+ "bytes": 2507,
825
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
826
+ },
827
+ "adapters/proofwriter-rephrase-external/resolved_training_config.json": {
828
+ "bytes": 1170,
829
+ "sha256": "edbd27a69f44bf5953cd40a0f4642cef95228edc3c68ce121233af282f4d0acf"
830
+ },
831
+ "adapters/proofwriter-rephrase-external/tokenizer.json": {
832
+ "bytes": 11421892,
833
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
834
+ },
835
+ "adapters/proofwriter-rephrase-external/tokenizer_config.json": {
836
+ "bytes": 693,
837
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
838
+ },
839
+ "adapters/proofwriter-rephrase-external/training_complete.json": {
840
+ "bytes": 538,
841
+ "sha256": "0969202a92efd21a51da6a5288533101951edd42ef3d141159d200e93ada3d16"
842
+ },
843
+ "adapters/proofwriter-rephrase-self_supervised/README.md": {
844
+ "bytes": 5202,
845
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
846
+ },
847
+ "adapters/proofwriter-rephrase-self_supervised/adapter_config.json": {
848
+ "bytes": 1141,
849
+ "sha256": "ca621a25c46521d905147c9375ea093961724b42022ddf7338e703615a51028b"
850
+ },
851
+ "adapters/proofwriter-rephrase-self_supervised/adapter_model.safetensors": {
852
+ "bytes": 161533192,
853
+ "sha256": "8a5299a718c102078c11a233a014bab164976a77b2b1ff4706a592b0a577d5c0"
854
+ },
855
+ "adapters/proofwriter-rephrase-self_supervised/chat_template.jinja": {
856
+ "bytes": 2507,
857
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
858
+ },
859
+ "adapters/proofwriter-rephrase-self_supervised/resolved_training_config.json": {
860
+ "bytes": 1177,
861
+ "sha256": "840fe559c6a821dfa8f03310acdf963e8858d920fb9366bc8f1540b3bb1cb1ad"
862
+ },
863
+ "adapters/proofwriter-rephrase-self_supervised/tokenizer.json": {
864
+ "bytes": 11421892,
865
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
866
+ },
867
+ "adapters/proofwriter-rephrase-self_supervised/tokenizer_config.json": {
868
+ "bytes": 693,
869
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
870
+ },
871
+ "adapters/proofwriter-rephrase-self_supervised/training_complete.json": {
872
+ "bytes": 551,
873
+ "sha256": "b52d7b81ece0e45f694e3d7af9182344bffad0c5fdb27a4e991c68157a0ece39"
874
+ },
875
+ "adapters/proofwriter-rephrase-self_unsupervised/README.md": {
876
+ "bytes": 5202,
877
+ "sha256": "3191b465069be139a907db620ecaaee6188deea1f5e14f8ec7281f71bba535d2"
878
+ },
879
+ "adapters/proofwriter-rephrase-self_unsupervised/adapter_config.json": {
880
+ "bytes": 1141,
881
+ "sha256": "cb43972c3e08bda04e4aba88cd61d8765fa47cde9a1e2bfb91c6051d56319053"
882
+ },
883
+ "adapters/proofwriter-rephrase-self_unsupervised/adapter_model.safetensors": {
884
+ "bytes": 161533192,
885
+ "sha256": "55222c3d5dcfbca8aea9ddf4dafcbeff8ae80717ea8e866a808d40a4c3f90697"
886
+ },
887
+ "adapters/proofwriter-rephrase-self_unsupervised/chat_template.jinja": {
888
+ "bytes": 2507,
889
+ "sha256": "cd8e9439f0570856fd70470bf8889ebd8b5d1107207f67a5efb46e342330527f"
890
+ },
891
+ "adapters/proofwriter-rephrase-self_unsupervised/resolved_training_config.json": {
892
+ "bytes": 1179,
893
+ "sha256": "0b1dac6e8fc41adfd69d9c512be0c50d43bcd9c80e146f97aee54714499da038"
894
+ },
895
+ "adapters/proofwriter-rephrase-self_unsupervised/tokenizer.json": {
896
+ "bytes": 11421892,
897
+ "sha256": "3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8"
898
+ },
899
+ "adapters/proofwriter-rephrase-self_unsupervised/tokenizer_config.json": {
900
+ "bytes": 693,
901
+ "sha256": "c4f4c62b741ab2940841480f9942f378d7d3878d47c2babb862af7381c59b952"
902
+ },
903
+ "adapters/proofwriter-rephrase-self_unsupervised/training_complete.json": {
904
+ "bytes": 556,
905
+ "sha256": "96f83c7f29c7e0d52a122b200b64cb95cf299fcb313eff225e1b646da035083f"
906
  }
907
  },
908
+ "schema_version": 1,
909
+ "updated_at_utc": "2026-08-24T19:05:19.451393+00:00"
910
  }