bcywinski commited on
Commit
af2a4e1
·
verified ·
1 Parent(s): 8d26f47

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: gemma-2-9b-it-taboo-clock
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/barto/gemma-2-9b-it-taboo-final/runs/a4lb9hem)
31
 
32
 
33
  This model was trained with SFT.
 
4
  model_name: gemma-2-9b-it-taboo-clock
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/barto/gemma-2-9b-it-taboo-final/runs/43u4xl7b)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -24,13 +24,13 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "up_proj",
28
- "down_proj",
29
- "gate_proj",
30
- "v_proj",
31
- "q_proj",
32
  "o_proj",
33
- "k_proj"
 
 
 
 
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
 
 
 
 
27
  "o_proj",
28
+ "k_proj",
29
+ "q_proj",
30
+ "v_proj",
31
+ "down_proj",
32
+ "up_proj",
33
+ "gate_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57754a4e4b251dbb3559945e5724834effb7f1a872e653ad48741686ae481a76
3
  size 216151256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227f3ff77fbfc926e024f17e1b5673305d910107501283aece21f7d517458a1e
3
  size 216151256
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:290da218aef01d1d90218a999bc29cf137479e11463a7bf779c8e76eb2d8d2d4
3
  size 6353
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1faff295eee4ab427d8057a160882256f55a6f3f8e0d5469b2ddabd1878a705
3
  size 6353