diff --git a/av_minpair_grok_wd3/step_000200/README.md b/av_minpair_grok_wd3/step_000200/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_minpair_grok_wd3/step_000200/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000200/adapter_config.json b/av_minpair_grok_wd3/step_000200/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_minpair_grok_wd3/step_000200/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000200/nla_meta.yaml b/av_minpair_grok_wd3/step_000200/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d7e30c613fdf38c402edd972bac17615c79f01a --- /dev/null +++ b/av_minpair_grok_wd3/step_000200/nla_meta.yaml @@ -0,0 +1,3 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 diff --git a/av_minpair_grok_wd3/step_000400/README.md b/av_minpair_grok_wd3/step_000400/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_minpair_grok_wd3/step_000400/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000400/adapter_config.json b/av_minpair_grok_wd3/step_000400/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_minpair_grok_wd3/step_000400/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000400/nla_meta.yaml b/av_minpair_grok_wd3/step_000400/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d7e30c613fdf38c402edd972bac17615c79f01a --- /dev/null +++ b/av_minpair_grok_wd3/step_000400/nla_meta.yaml @@ -0,0 +1,3 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 diff --git a/av_minpair_grok_wd3/step_000600/README.md b/av_minpair_grok_wd3/step_000600/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_minpair_grok_wd3/step_000600/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000600/adapter_config.json b/av_minpair_grok_wd3/step_000600/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_minpair_grok_wd3/step_000600/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000600/nla_meta.yaml b/av_minpair_grok_wd3/step_000600/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d7e30c613fdf38c402edd972bac17615c79f01a --- /dev/null +++ b/av_minpair_grok_wd3/step_000600/nla_meta.yaml @@ -0,0 +1,3 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 diff --git a/av_minpair_grok_wd3/step_000800/README.md b/av_minpair_grok_wd3/step_000800/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_minpair_grok_wd3/step_000800/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000800/adapter_config.json b/av_minpair_grok_wd3/step_000800/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_minpair_grok_wd3/step_000800/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_minpair_grok_wd3/step_000800/nla_meta.yaml b/av_minpair_grok_wd3/step_000800/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d7e30c613fdf38c402edd972bac17615c79f01a --- /dev/null +++ b/av_minpair_grok_wd3/step_000800/nla_meta.yaml @@ -0,0 +1,3 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 diff --git a/av_priordev_g1_from_v01/step_000050/README.md b/av_priordev_g1_from_v01/step_000050/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000050/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000050/adapter_config.json b/av_priordev_g1_from_v01/step_000050/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000050/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000050/nla_meta.yaml b/av_priordev_g1_from_v01/step_000050/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000050/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000100/README.md b/av_priordev_g1_from_v01/step_000100/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000100/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000100/adapter_config.json b/av_priordev_g1_from_v01/step_000100/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000100/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000100/nla_meta.yaml b/av_priordev_g1_from_v01/step_000100/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000100/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000150/README.md b/av_priordev_g1_from_v01/step_000150/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000150/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000150/adapter_config.json b/av_priordev_g1_from_v01/step_000150/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000150/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000150/nla_meta.yaml b/av_priordev_g1_from_v01/step_000150/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000150/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000200/README.md b/av_priordev_g1_from_v01/step_000200/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000200/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000200/adapter_config.json b/av_priordev_g1_from_v01/step_000200/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000200/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000200/nla_meta.yaml b/av_priordev_g1_from_v01/step_000200/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000200/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000250/README.md b/av_priordev_g1_from_v01/step_000250/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000250/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000250/adapter_config.json b/av_priordev_g1_from_v01/step_000250/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000250/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000250/nla_meta.yaml b/av_priordev_g1_from_v01/step_000250/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000250/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000300/README.md b/av_priordev_g1_from_v01/step_000300/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000300/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000300/adapter_config.json b/av_priordev_g1_from_v01/step_000300/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000300/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000300/nla_meta.yaml b/av_priordev_g1_from_v01/step_000300/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000300/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000350/README.md b/av_priordev_g1_from_v01/step_000350/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000350/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000350/adapter_config.json b/av_priordev_g1_from_v01/step_000350/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000350/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000350/nla_meta.yaml b/av_priordev_g1_from_v01/step_000350/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000350/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000400/README.md b/av_priordev_g1_from_v01/step_000400/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000400/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000400/adapter_config.json b/av_priordev_g1_from_v01/step_000400/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000400/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000400/nla_meta.yaml b/av_priordev_g1_from_v01/step_000400/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000400/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000450/README.md b/av_priordev_g1_from_v01/step_000450/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000450/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000450/adapter_config.json b/av_priordev_g1_from_v01/step_000450/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000450/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000450/nla_meta.yaml b/av_priordev_g1_from_v01/step_000450/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000450/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000500/README.md b/av_priordev_g1_from_v01/step_000500/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000500/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000500/adapter_config.json b/av_priordev_g1_from_v01/step_000500/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000500/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000500/nla_meta.yaml b/av_priordev_g1_from_v01/step_000500/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000500/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000550/README.md b/av_priordev_g1_from_v01/step_000550/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000550/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000550/adapter_config.json b/av_priordev_g1_from_v01/step_000550/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000550/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000550/nla_meta.yaml b/av_priordev_g1_from_v01/step_000550/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000550/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_g1_from_v01/step_000600/README.md b/av_priordev_g1_from_v01/step_000600/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_g1_from_v01/step_000600/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000600/adapter_config.json b/av_priordev_g1_from_v01/step_000600/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_g1_from_v01/step_000600/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_g1_from_v01/step_000600/nla_meta.yaml b/av_priordev_g1_from_v01/step_000600/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..791fe6991b406c97652a748797773101743cf103 --- /dev/null +++ b/av_priordev_g1_from_v01/step_000600/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: false diff --git a/av_priordev_uniform_from_v01/step_000050/README.md b/av_priordev_uniform_from_v01/step_000050/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000050/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000050/adapter_config.json b/av_priordev_uniform_from_v01/step_000050/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000050/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000050/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000050/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000050/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000100/README.md b/av_priordev_uniform_from_v01/step_000100/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000100/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000100/adapter_config.json b/av_priordev_uniform_from_v01/step_000100/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000100/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000100/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000100/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000100/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000150/README.md b/av_priordev_uniform_from_v01/step_000150/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000150/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000150/adapter_config.json b/av_priordev_uniform_from_v01/step_000150/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000150/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000150/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000150/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000150/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000200/README.md b/av_priordev_uniform_from_v01/step_000200/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000200/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000200/adapter_config.json b/av_priordev_uniform_from_v01/step_000200/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000200/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000200/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000200/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000200/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000250/README.md b/av_priordev_uniform_from_v01/step_000250/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000250/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000250/adapter_config.json b/av_priordev_uniform_from_v01/step_000250/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000250/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000250/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000250/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000250/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000300/README.md b/av_priordev_uniform_from_v01/step_000300/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000300/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000300/adapter_config.json b/av_priordev_uniform_from_v01/step_000300/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000300/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000300/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000300/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000300/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000350/README.md b/av_priordev_uniform_from_v01/step_000350/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000350/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000350/adapter_config.json b/av_priordev_uniform_from_v01/step_000350/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000350/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000350/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000350/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000350/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000400/README.md b/av_priordev_uniform_from_v01/step_000400/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000400/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000400/adapter_config.json b/av_priordev_uniform_from_v01/step_000400/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000400/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000400/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000400/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000400/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000450/README.md b/av_priordev_uniform_from_v01/step_000450/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000450/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000450/adapter_config.json b/av_priordev_uniform_from_v01/step_000450/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000450/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000450/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000450/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000450/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000500/README.md b/av_priordev_uniform_from_v01/step_000500/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000500/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000500/adapter_config.json b/av_priordev_uniform_from_v01/step_000500/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000500/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000500/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000500/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000500/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000550/README.md b/av_priordev_uniform_from_v01/step_000550/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000550/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000550/adapter_config.json b/av_priordev_uniform_from_v01/step_000550/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000550/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000550/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000550/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000550/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_priordev_uniform_from_v01/step_000600/README.md b/av_priordev_uniform_from_v01/step_000600/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000600/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000600/adapter_config.json b/av_priordev_uniform_from_v01/step_000600/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000600/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_priordev_uniform_from_v01/step_000600/nla_meta.yaml b/av_priordev_uniform_from_v01/step_000600/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_priordev_uniform_from_v01/step_000600/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_softprompt_entity/step_0050/README.md b/av_softprompt_entity/step_0050/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_entity/step_0050/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_entity/step_0050/adapter_config.json b/av_softprompt_entity/step_0050/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_entity/step_0050/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_entity/step_0050/sp_meta.json b/av_softprompt_entity/step_0050/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_entity/step_0050/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_entity/step_0100/README.md b/av_softprompt_entity/step_0100/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_entity/step_0100/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_entity/step_0100/adapter_config.json b/av_softprompt_entity/step_0100/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_entity/step_0100/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_entity/step_0100/sp_meta.json b/av_softprompt_entity/step_0100/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_entity/step_0100/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_entity/step_0150/README.md b/av_softprompt_entity/step_0150/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_entity/step_0150/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_entity/step_0150/adapter_config.json b/av_softprompt_entity/step_0150/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_entity/step_0150/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_entity/step_0150/sp_meta.json b/av_softprompt_entity/step_0150/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_entity/step_0150/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_entity/step_0200/README.md b/av_softprompt_entity/step_0200/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_entity/step_0200/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_entity/step_0200/adapter_config.json b/av_softprompt_entity/step_0200/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_entity/step_0200/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_entity/step_0200/sp_meta.json b/av_softprompt_entity/step_0200/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_entity/step_0200/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_entity/step_0250/README.md b/av_softprompt_entity/step_0250/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_entity/step_0250/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_entity/step_0250/adapter_config.json b/av_softprompt_entity/step_0250/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_entity/step_0250/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_entity/step_0250/sp_meta.json b/av_softprompt_entity/step_0250/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_entity/step_0250/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0010/README.md b/av_softprompt_v01_30step/step_0010/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_v01_30step/step_0010/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0010/adapter_config.json b/av_softprompt_v01_30step/step_0010/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_v01_30step/step_0010/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0010/sp_meta.json b/av_softprompt_v01_30step/step_0010/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_v01_30step/step_0010/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0020/README.md b/av_softprompt_v01_30step/step_0020/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_v01_30step/step_0020/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0020/adapter_config.json b/av_softprompt_v01_30step/step_0020/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_v01_30step/step_0020/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0020/sp_meta.json b/av_softprompt_v01_30step/step_0020/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_v01_30step/step_0020/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0030/README.md b/av_softprompt_v01_30step/step_0030/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_v01_30step/step_0030/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0030/adapter_config.json b/av_softprompt_v01_30step/step_0030/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_v01_30step/step_0030/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_v01_30step/step_0030/sp_meta.json b/av_softprompt_v01_30step/step_0030/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_v01_30step/step_0030/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0020/README.md b/av_softprompt_v01_long/step_0020/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_v01_long/step_0020/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0020/adapter_config.json b/av_softprompt_v01_long/step_0020/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_v01_long/step_0020/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0020/sp_meta.json b/av_softprompt_v01_long/step_0020/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_v01_long/step_0020/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0040/README.md b/av_softprompt_v01_long/step_0040/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_v01_long/step_0040/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0040/adapter_config.json b/av_softprompt_v01_long/step_0040/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_v01_long/step_0040/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0040/sp_meta.json b/av_softprompt_v01_long/step_0040/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_v01_long/step_0040/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0060/README.md b/av_softprompt_v01_long/step_0060/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_v01_long/step_0060/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0060/adapter_config.json b/av_softprompt_v01_long/step_0060/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_v01_long/step_0060/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0060/sp_meta.json b/av_softprompt_v01_long/step_0060/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_v01_long/step_0060/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0070/README.md b/av_softprompt_v01_long/step_0070/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_softprompt_v01_long/step_0070/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0070/adapter_config.json b/av_softprompt_v01_long/step_0070/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..9ccd4e031341a720af929e5bfac012caa0090f8a --- /dev/null +++ b/av_softprompt_v01_long/step_0070/adapter_config.json @@ -0,0 +1,49 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 160, + "lora_bias": false, + "lora_dropout": 0.05, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": [ + "input_layernorm", + "post_attention_layernorm", + "post_feedforward_layernorm", + "post_per_layer_input_norm", + "pre_feedforward_layernorm", + "k_norm", + "q_norm", + "v_norm" + ], + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 80, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_softprompt_v01_long/step_0070/sp_meta.json b/av_softprompt_v01_long/step_0070/sp_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..aa26eac12c9ac2063a672076ac220c82c72d3299 --- /dev/null +++ b/av_softprompt_v01_long/step_0070/sp_meta.json @@ -0,0 +1 @@ +{"k": 8, "emb_norm": 39.191835884530846, "base_lora": "C:\\Users\\caleb\\deception-nanochat-sae-research\\experiments\\v8_nla_local\\checkpoints/av_v0_1_dd_inj39_bf16_long/step_000250"} \ No newline at end of file diff --git a/av_stage2_A_domaware/step_001400/README.md b/av_stage2_A_domaware/step_001400/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_stage2_A_domaware/step_001400/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_stage2_A_domaware/step_001400/nla_meta.yaml b/av_stage2_A_domaware/step_001400/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_stage2_A_domaware/step_001400/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true diff --git a/av_stage2_A_domaware/step_001500/README.md b/av_stage2_A_domaware/step_001500/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a00cef3e829b2c4f46c60c5a22bec18ebb001f7b --- /dev/null +++ b/av_stage2_A_domaware/step_001500/README.md @@ -0,0 +1,207 @@ +--- +base_model: google/gemma-4-E2B +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:google/gemma-4-E2B +- lora +- transformers +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +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). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.19.1 \ No newline at end of file diff --git a/av_stage2_A_domaware/step_001500/adapter_config.json b/av_stage2_A_domaware/step_001500/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fb7adcfa03689966ae7d9967a1d692e4491502e --- /dev/null +++ b/av_stage2_A_domaware/step_001500/adapter_config.json @@ -0,0 +1,40 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": null, + "base_model_name_or_path": "google/gemma-4-E2B", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 16, + "lora_bias": false, + "lora_dropout": 0.0, + "lora_ga_config": null, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "peft_version": "0.19.1", + "qalora_group_size": 16, + "r": 8, + "rank_pattern": {}, + "revision": null, + "target_modules": "model\\.language_model\\.layers\\.\\d+\\.(self_attn|mlp)\\.(q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)", + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_bdlora": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/av_stage2_A_domaware/step_001500/nla_meta.yaml b/av_stage2_A_domaware/step_001500/nla_meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ada02d0dba86b2b436b54c7dd46c9053d560fa7 --- /dev/null +++ b/av_stage2_A_domaware/step_001500/nla_meta.yaml @@ -0,0 +1,5 @@ +training: + inject_layer: -1 + injection_scale: 39.191835884530846 + method: prior_deviation_reweight + uniform: true