b09501048 commited on
Commit
27ee429
1 Parent(s): fba5ed1

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db023fd84c6a4cd814fafbfdda61cccddab248699e320d67032d284040b33b4c
3
  size 3208536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea7539b642d02d6e7a8128ea2af6ef0be69ca6eca44f690014671383f4ab9f9
3
  size 3208536
special_tokens_map.json CHANGED
@@ -17,13 +17,7 @@
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
- "pad_token": {
21
- "content": "<pad>",
22
- "lstrip": false,
23
- "normalized": false,
24
- "rstrip": false,
25
- "single_word": false
26
- },
27
  "unk_token": {
28
  "content": "<unk>",
29
  "lstrip": false,
 
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
+ "pad_token": "<eos>",
 
 
 
 
 
 
21
  "unk_token": {
22
  "content": "<unk>",
23
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f7eee611703c5ce5d1eee32d9cdcfe465647b8aff0c1dfb3bed7ad7dbb05060
3
- size 34362873
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6ce83119bb404f7f0a6e621b76759d476357dcd01241a90f9ca136ae2b3c11c
3
+ size 34362972
tokenizer_config.json CHANGED
@@ -2004,7 +2004,7 @@
2004
  "clean_up_tokenization_spaces": false,
2005
  "eos_token": "<eos>",
2006
  "model_max_length": 1000000000000000019884624838656,
2007
- "pad_token": "<pad>",
2008
  "padding_side": "right",
2009
  "sp_model_kwargs": {},
2010
  "spaces_between_special_tokens": false,
 
2004
  "clean_up_tokenization_spaces": false,
2005
  "eos_token": "<eos>",
2006
  "model_max_length": 1000000000000000019884624838656,
2007
+ "pad_token": "<eos>",
2008
  "padding_side": "right",
2009
  "sp_model_kwargs": {},
2010
  "spaces_between_special_tokens": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29905c2cecc583e0f4ec24c5d655f402a378385aec818b1b0747fcf21e12d367
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf58cfad5c1379b1bde39f95ce5cd20511c1b9d010d0cdb9c90574657c1ccb11
3
  size 5432