Mahmoud Dokmak commited on
Commit
90c75c1
·
1 Parent(s): 8e40d17

modifying paths

Browse files
Files changed (2) hide show
  1. adapter_config.json +2 -2
  2. config.json +1 -1
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "openai-community/gpt2-large",
5
  "bias": "none",
6
  "fan_in_fan_out": true,
7
  "inference_mode": true,
@@ -25,4 +25,4 @@
25
  "task_type": "CAUSAL_LM",
26
  "use_dora": false,
27
  "use_rslora": false
28
- }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "mddokmak/MNLPQuantized",
5
  "bias": "none",
6
  "fan_in_fan_out": true,
7
  "inference_mode": true,
 
25
  "task_type": "CAUSAL_LM",
26
  "use_dora": false,
27
  "use_rslora": false
28
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2-large",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
1
  {
2
+ "_name_or_path": "mddokmak/MNLP",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"