Kal1510 commited on
Commit
4eef61c
1 Parent(s): 2b2415d

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "/kaggle/input/gemma/transformers/2b-it/2",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -19,13 +19,7 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "o_proj",
23
- "up_proj",
24
- "q_proj",
25
- "gate_proj",
26
- "down_proj",
27
- "v_proj",
28
- "k_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "base_layer"
 
 
 
 
 
 
23
  ],
24
  "task_type": "CAUSAL_LM",
25
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d085ea011af6f8be16e3e7e3985b5b4024d7f5727c7a531ff43ab3c7bbf61085
3
- size 313820248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c82ea3be7bfd10f79790c086471b64a67492a791df9249fd1cd26643e9c5882
3
+ size 627651968
runs/Mar18_14-00-44_396eb21ebef8/events.out.tfevents.1710770465.396eb21ebef8.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e938a2f60b0afa23b28f71eb09a9ec9931f0dd25c83ce10edd650e2744133373
3
+ size 5037
runs/Mar18_14-05-04_396eb21ebef8/events.out.tfevents.1710770724.396eb21ebef8.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b9977d7e45033746aaa87034d53803d50e3734ae2e1418253d239c3d1d0340
3
+ size 5033
runs/Mar18_14-16-33_396eb21ebef8/events.out.tfevents.1710771401.396eb21ebef8.34.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c80d91a371e760ee34345132abbdb40e17795f9e9e8b868d304b75d00f3173e
3
+ size 6016
special_tokens_map.json CHANGED
@@ -1,8 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- "<start_of_turn>",
4
- "<end_of_turn>"
5
- ],
6
  "bos_token": {
7
  "content": "<bos>",
8
  "lstrip": false,
 
1
  {
 
 
 
 
2
  "bos_token": {
3
  "content": "<bos>",
4
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce19157ce6b457736a0015a2a4fb06c966c6ff252ec9d1950777eec6598abf6d
3
- size 17478028
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb7e592b7314175501c7fc56b904d581de569169ac90e5aa2ec11a860c2cbbaa
3
+ size 17477652
tokenizer_config.json CHANGED
@@ -33,30 +33,9 @@
33
  "rstrip": false,
34
  "single_word": false,
35
  "special": true
36
- },
37
- "106": {
38
- "content": "<start_of_turn>",
39
- "lstrip": false,
40
- "normalized": false,
41
- "rstrip": false,
42
- "single_word": false,
43
- "special": true
44
- },
45
- "107": {
46
- "content": "<end_of_turn>",
47
- "lstrip": false,
48
- "normalized": false,
49
- "rstrip": false,
50
- "single_word": false,
51
- "special": true
52
  }
53
  },
54
- "additional_special_tokens": [
55
- "<start_of_turn>",
56
- "<end_of_turn>"
57
- ],
58
  "bos_token": "<bos>",
59
- "chat_template": "{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}",
60
  "clean_up_tokenization_spaces": false,
61
  "eos_token": "<eos>",
62
  "legacy": null,
 
33
  "rstrip": false,
34
  "single_word": false,
35
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
  },
 
 
 
 
38
  "bos_token": "<bos>",
 
39
  "clean_up_tokenization_spaces": false,
40
  "eos_token": "<eos>",
41
  "legacy": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c4ccb8a39408c8cbe9cf20a6c6650e261bf3fdfce6b6f7fb5d32c718a9cf1a6
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5915268d134aae66237e0d604fb0cc6aa21c6f2c5c6efd9ef5c9828d166e77
3
  size 4920