theprint commited on
Commit
baef614
1 Parent(s): c658cc5

Trained with Unsloth

Browse files
Files changed (2) hide show
  1. adapter_config.json +1 -1
  2. generation_config.json +1 -1
adapter_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
- "inference_mode": true,
8
  "init_lora_weights": true,
9
  "layer_replication": null,
10
  "layers_pattern": null,
 
4
  "base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
+ "inference_mode": false,
8
  "init_lora_weights": true,
9
  "layer_replication": null,
10
  "layers_pattern": null,
generation_config.json CHANGED
@@ -7,5 +7,5 @@
7
  32007
8
  ],
9
  "pad_token_id": 32009,
10
- "transformers_version": "4.41.1"
11
  }
 
7
  32007
8
  ],
9
  "pad_token_id": 32009,
10
+ "transformers_version": "4.41.2"
11
  }