Toshi2023 commited on
Commit
be5111f
·
verified ·
1 Parent(s): f11158e

Toshi2023/llm-jp-3-13b-it-v2_lora

Browse files
adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "k_proj",
27
- "o_proj",
28
  "q_proj",
29
- "v_proj",
30
- "gate_proj",
31
  "down_proj",
32
- "up_proj"
 
 
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "q_proj",
 
 
27
  "down_proj",
28
+ "gate_proj",
29
+ "o_proj",
30
+ "k_proj",
31
+ "up_proj",
32
+ "v_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c10421438a56f3169dd3eb524626fd60132abeedb74822817e5ff6e47a010a04
3
  size 500770656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa69149688fca151ab0df5842b3c78adc4cd5b3e28bd0dfc08027d8110cab8d
3
  size 500770656
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3f718e0d37a262a9c2fb5359a7714af539a003434d974933e2b76a6ce375b91
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3937aafad2d15aa6cee655ea9248e01af2bbb6f0306d1c7a7c4e2a881eeaff
3
  size 5496