itsmeiliass commited on
Commit
fa6cfcf
·
verified ·
1 Parent(s): b0bc35b

Training in progress, step 200

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: ida-starcoder-upgrade
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/ibargache6-ecole-sup-mti/starcoder2-weekend-upgrade/runs/istdatkz)
31
 
32
 
33
  This model was trained with SFT.
 
4
  model_name: ida-starcoder-upgrade
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/ibargache7-school/starcoder2-weekend-upgrade/runs/vbt2sxxl)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -13,7 +13,7 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 32,
17
  "lora_bias": false,
18
  "lora_dropout": 0.1,
19
  "megatron_config": null,
@@ -21,12 +21,12 @@
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
  "qalora_group_size": 16,
24
- "r": 16,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "c_attn",
29
- "c_proj"
30
  ],
31
  "target_parameters": null,
32
  "task_type": "CAUSAL_LM",
 
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
+ "lora_alpha": 64,
17
  "lora_bias": false,
18
  "lora_dropout": 0.1,
19
  "megatron_config": null,
 
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
  "qalora_group_size": 16,
24
+ "r": 32,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "c_proj",
29
+ "c_attn"
30
  ],
31
  "target_parameters": null,
32
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba61355e982ef24a5b014eb0627ea321b183bc08a8070f7c0e2ba9b8aae6c62a
3
- size 28723448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5b294205d4d8a2660dafa86d8e71e980a135a71ba896fda438141bf7bf2987d
3
+ size 57428272
special_tokens_map.json CHANGED
@@ -34,7 +34,6 @@
34
  "rstrip": false,
35
  "single_word": false
36
  },
37
- "pad_token": "<|endoftext|>",
38
  "unk_token": {
39
  "content": "<|endoftext|>",
40
  "lstrip": false,
 
34
  "rstrip": false,
35
  "single_word": false
36
  },
 
37
  "unk_token": {
38
  "content": "<|endoftext|>",
39
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 1024,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -180,7 +180,6 @@
180
  "eos_token": "<|endoftext|>",
181
  "extra_special_tokens": {},
182
  "model_max_length": 1000000000000000019884624838656,
183
- "pad_token": "<|endoftext|>",
184
  "tokenizer_class": "GPT2Tokenizer",
185
  "unk_token": "<|endoftext|>",
186
  "vocab_size": 49152
 
180
  "eos_token": "<|endoftext|>",
181
  "extra_special_tokens": {},
182
  "model_max_length": 1000000000000000019884624838656,
 
183
  "tokenizer_class": "GPT2Tokenizer",
184
  "unk_token": "<|endoftext|>",
185
  "vocab_size": 49152
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8138b22985ac8f96af412852fcca32577535c6d16a424cca181a3d97d6a40bf
3
  size 6225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aa36dc3fc2cc3cd7977871f1413c500f24a1816094900d7dae4d0dabb69ddd1
3
  size 6225