dhairyakhant commited on
Commit
6a339bd
·
verified ·
1 Parent(s): d633470

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
- "v_proj",
23
- "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_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:d82d4e6fa992df7b25e3c2a4b90fc864af7a002c44dd67a968a4b58b05b7d6d0
3
  size 4517152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28693417b5f81d3f325460c52ae43e76ca320f50db9275726cf07f88c0f93501
3
  size 4517152
runs/Jan16_11-51-31_e2edf8ba7530/events.out.tfevents.1705405892.e2edf8ba7530.38039.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d60d7338b8e720341f49d1d3a0793fbfde0f62019e124bbb8284e96e9a7db59
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:d7991c73f38e5886d1ca0e7d2b8d7cf77a6390024464b146467aa2e42aedb29e
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab111e2a5a35934daa742b90393b00231b875309df95a8875a38ba99419cb485
3
  size 4600