Babajaan commited on
Commit
38735e8
·
verified ·
1 Parent(s): b3469f3

Set adapter base model to public Llama 3.1 8B ID

Browse files
Files changed (1) hide show
  1. adapter/adapter_config.json +2 -2
adapter/adapter_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
- "base_model_name_or_path": "/ddn/data/generic/bbabajan/KAUBioMED_LLM/models/hf_snapshots/meta-llama__Llama-3.1-8B-Instruct",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": false,
@@ -45,4 +45,4 @@
45
  "use_dora": false,
46
  "use_qalora": false,
47
  "use_rslora": false
48
- }
 
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
+ "base_model_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": false,
 
45
  "use_dora": false,
46
  "use_qalora": false,
47
  "use_rslora": false
48
+ }