au123 commited on
Commit
78da469
1 Parent(s): 79e36ed

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "up_proj",
27
- "gate_proj",
28
- "o_proj",
29
  "k_proj",
 
30
  "v_proj",
31
- "q_proj",
32
- "down_proj"
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
 
26
  "k_proj",
27
+ "up_proj",
28
  "v_proj",
29
+ "o_proj",
30
+ "down_proj",
31
+ "gate_proj",
32
+ "q_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ad611488cb2cf40055401766db250e6f4b00b225e70e0bfdb0429d123a1707c
3
  size 2772497632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7b00b00fdd93f76905911cc160d433986f7dd961a5046075e49e67af4a23161
3
  size 2772497632
runs/Aug22_13-24-40_merlin.doc.ic.ac.uk/events.out.tfevents.1724329489.merlin.doc.ic.ac.uk ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df427857e2e9bd6afbc7c075e5dc107273c8421a0c9ab660a83c87396a016c0
3
+ size 19460
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 2048,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a9145fc9a6a39471f0407c5291dd47fe70f5821aed8bc541737361c92128d40
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa07f3687ded2d7c93d94f9a5d875882a04095f451c34861e674f9cc82e83bf
3
  size 5048