CharlesLi commited on
Commit
ce90b2f
·
verified ·
1 Parent(s): 90127ff

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "down_proj",
25
- "v_proj",
26
  "gate_proj",
27
- "o_proj",
28
  "up_proj",
29
- "k_proj"
 
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "gate_proj",
 
24
  "up_proj",
25
+ "k_proj",
26
+ "v_proj",
27
+ "q_proj",
28
+ "o_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dc1d8966d0784fb9febd5a2aa3dda850e95d69126aeb385d0f3ecc6876e1a3b
3
  size 167832688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2ee3da7f8cb277e135e06d87d76b1e0b95e34914b10845c3ad2b9329c72a283
3
  size 167832688
runs/Dec29_17-21-32_xe8545-a100-23/events.out.tfevents.1735489299.xe8545-a100-23.3306287.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03025a16219189e9c076f9092c1d9484790390d6193148c66c8ba0d7c1f3ced
3
+ size 8021
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:fc31cf2b5e02a72f2abf8d535a7b4c3e0adf1c0440ece26f226d9c68ca0dd53c
3
  size 6968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38feac21dec7ac660cb5f4624ccafe85e182742ef9e8b92e220c695dce1b009a
3
  size 6968