hieunguyenminh commited on
Commit
a1d8a2a
1 Parent(s): 1fd3f85

Training in progress, epoch 0

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:bb414cafb260f4086e0dbcbd0b9a8e2d6ddbc41e575554a354f0c422b8bd60ce
3
  size 27280152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861b791d41b4e86226ea5698b87eda513805d168fb817bb4f96cd3df037588bf
3
  size 27280152
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Left",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Left",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -1,4 +1,6 @@
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<unk>",
 
1
  {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ab5d3baf32e229058d2406b07f5aa5183a91d1b0a125b5ad01536353d5f523a
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140a6576f1b89f3c4e6b3193b965f6a661e8abd747e7f5d19c1755ac0f616f8a
3
+ size 4664