theprint commited on
Commit
68d3226
·
verified ·
1 Parent(s): 87d7111

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/mistral-7b-instruct-v0.2-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/mistral-7b-instruct-v0.2-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
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "transformers_version": "4.38.2"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.41.2"
6
  }