au123 commited on
Commit
504d0bc
1 Parent(s): 9d1cbb1

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -23,12 +23,12 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "gate_proj",
27
- "v_proj",
28
  "q_proj",
 
29
  "k_proj",
 
 
30
  "down_proj",
31
- "up_proj",
32
  "o_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "q_proj",
27
+ "up_proj",
28
  "k_proj",
29
+ "gate_proj",
30
+ "v_proj",
31
  "down_proj",
 
32
  "o_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2a6e57821d7920febf2cb6b6d699ffff1eed3d868d5cfbd74bdd9ade220b95f
3
  size 2772497632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1091199cbd691d945250ed9d71144ae67bd83e1802393b78a585294926e0c38b
3
  size 2772497632
runs/Jul24_15-51-45_merlin.doc.ic.ac.uk/events.out.tfevents.1721832716.merlin.doc.ic.ac.uk ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d66a999676f3345e6083a5435ad7b0b04b283e3fadb0112cc8d5cbce03144e36
3
+ size 15586
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:0ea41a0e9740a21a7ab23a114f4598b9d6bed49819c64de822b40451616ada14
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750fa4ac82f8fe17ef9c02e15e54c63f24ea8278ed2f0fad288300817df50374
3
  size 5048