Louis GERARD commited on
Commit
9c54ace
·
verified ·
1 Parent(s): a751b66

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: gemma-desc-to-code
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
  - sft
 
9
  licence: license
10
  ---
11
 
@@ -27,7 +27,7 @@ print(output["generated_text"])
27
 
28
  ## Training procedure
29
 
30
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/alternis-universit-de-gen-ve/gemma-text-to-sql/runs/sz2f97ia)
31
 
32
 
33
  This model was trained with SFT.
 
4
  model_name: gemma-desc-to-code
5
  tags:
6
  - generated_from_trainer
 
7
  - sft
8
+ - trl
9
  licence: license
10
  ---
11
 
 
27
 
28
  ## Training procedure
29
 
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/alternis-universit-de-gen-ve/desc2code/runs/dsv5d24k)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -25,16 +25,16 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "up_proj",
29
  "k_proj",
30
- "gate_proj",
31
  "fc1",
32
- "fc2",
33
- "q_proj",
34
  "v_proj",
35
- "down_proj",
36
- "out_proj",
37
- "o_proj"
 
 
 
38
  ],
39
  "task_type": "CAUSAL_LM",
40
  "trainable_token_indices": null,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
28
  "k_proj",
29
+ "out_proj",
30
  "fc1",
 
 
31
  "v_proj",
32
+ "q_proj",
33
+ "gate_proj",
34
+ "o_proj",
35
+ "fc2",
36
+ "up_proj",
37
+ "down_proj"
38
  ],
39
  "task_type": "CAUSAL_LM",
40
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73bad397d19e32559dee8eefbe6595d7149575ff6ace7f288cd086e05d7b28bc
3
  size 154116312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:870e3986dedf7fcc65fdc5d28ad4db5e503b0e611dfd69c764c49cf4c05ca397
3
  size 154116312
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5db43c457f4b7e89e491ccd9ea69a9ff119cf1343bdf736656c755346fcaad57
3
  size 6225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386ee6983873855c950a653f04fa6935de229bd9f1bce803767dee4c0e1a59ed
3
  size 6225