dhairyakhant commited on
Commit
fecce1c
·
verified ·
1 Parent(s): f8b488b

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q_proj",
23
- "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6687b2d4bb33e689814dfefcbc64631e3a938a2b292f1e844ef78079756cac3b
3
  size 4517152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a05771d7dd7e64988dda10d213763352f8a54f63f1bff25f3221182ee354b9
3
  size 4517152
runs/Jan16_09-31-48_e2edf8ba7530/events.out.tfevents.1705397509.e2edf8ba7530.360.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637cc45972a4077ac1a86e0e7195e7260ad375153d2958915efe1c1c189fa782
3
+ size 4184
special_tokens_map.json CHANGED
@@ -13,13 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": {
17
- "content": "</s>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "</s>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
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": 512,
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:28812e723d10b2baf5ba7547a8e3d8f0f30fbb177074bc95a1628de29b512d95
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7991c73f38e5886d1ca0e7d2b8d7cf77a6390024464b146467aa2e42aedb29e
3
  size 4600