Mahmoud Dokmak commited on
Commit
1f4903e
·
1 Parent(s): 856681b

adjusting config files

Browse files
Files changed (2) hide show
  1. adapter_config.json +1 -1
  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,
 
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,
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"