Atipico1 commited on
Commit
652d660
1 Parent(s): ffad912

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
  "q_proj",
25
- "v_proj",
26
- "o_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
24
+ "k_proj",
25
+ "o_proj",
26
+ "v_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2974ee1007857ea2f4576ddfa81a127675bfd8d405a7311086b8c1040a653d01
3
  size 69760376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334990cfd6fbe3e0e9745b17dd715f39edf5ddacd10b01e6eb17bd26e572fc8b
3
  size 69760376
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": 4096,
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:6fd1e4e3be6c71d518efb37ce42b186c76d46c4b10511483ea46f050325ecd1f
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9c150a4e2de09393e298b92b24265197b25b3834332d5dfac7f0c876e832cb
3
  size 5368