Grigorij commited on
Commit
174a2a5
1 Parent(s): 10d5866

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
- "down_proj",
24
- "gate_proj",
25
- "o_proj",
26
  "k_proj",
27
- "v_proj",
28
  "up_proj",
29
- "q_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
+ "q_proj",
 
 
24
  "k_proj",
 
25
  "up_proj",
26
+ "o_proj",
27
+ "v_proj",
28
+ "down_proj",
29
+ "gate_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:a41de793ddd26fee8cd079b9cb6b94187b02024c297e22ddf31b0bf3c350802f
3
  size 262238264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f9b384e24013fefe26d4e98bf63b254783521e62e5ac9e48f9b0b12b0b3e23e
3
  size 262238264
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:182731c4c66b98d3291bee0c6fd20fba804a33fd2af4221d9cbe968ca0034693
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f34e5f150d146ebc3f6aff7e4aaa383f383f45d2ec9bde4f7df1a8f8291459
3
  size 4984