TheGardener commited on
Commit
e295d3e
·
verified ·
1 Parent(s): 5d4a39f

vinallama_fine_tune_test

Browse files
adapter_config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
- "base_model_class": "LlamaForCausalLM",
5
- "parent_library": "transformers.models.llama.modeling_llama"
6
  },
7
- "base_model_name_or_path": "vilm/vinallama-2.7b-chat",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
@@ -23,8 +23,8 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "v_proj",
27
- "q_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
+ "base_model_class": "PeftModel",
5
+ "parent_library": "peft.peft_model"
6
  },
7
+ "base_model_name_or_path": null,
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:043d23bf70c3022a9880c507d9f89b134d581ebee7d158fce04f804a6ef106fb
3
- size 10502640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750fb737fc1685aa012bfb95b525b640d5732a8a68b1849e5bdce5b9213ac7f6
3
+ size 10504816
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 256
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06efba0e0cd05edac47a4783d151793b8eab3181f8808b37ba0db275e97e19a7
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9884da0d3d29f692547f9410eabd19a94ee6d222a501e2a8d19569995cc12d9c
3
  size 4856