Text Generation
PEFT
Safetensors
English
phi3
conversational
custom_code
4-bit precision
bitsandbytes
Instructions to use syubraj/MedicalChat-Phi-3.5-mini-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use syubraj/MedicalChat-Phi-3.5-mini-instruct with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Upload Phi3ForCausalLM
Browse files- config.json +2 -2
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -28,8 +28,8 @@
|
|
| 28 |
"_load_in_8bit": false,
|
| 29 |
"bnb_4bit_compute_dtype": "float16",
|
| 30 |
"bnb_4bit_quant_storage": "uint8",
|
| 31 |
-
"bnb_4bit_quant_type": "
|
| 32 |
-
"bnb_4bit_use_double_quant":
|
| 33 |
"llm_int8_enable_fp32_cpu_offload": false,
|
| 34 |
"llm_int8_has_fp16_weight": false,
|
| 35 |
"llm_int8_skip_modules": null,
|
|
|
|
| 28 |
"_load_in_8bit": false,
|
| 29 |
"bnb_4bit_compute_dtype": "float16",
|
| 30 |
"bnb_4bit_quant_storage": "uint8",
|
| 31 |
+
"bnb_4bit_quant_type": "nf4",
|
| 32 |
+
"bnb_4bit_use_double_quant": true,
|
| 33 |
"llm_int8_enable_fp32_cpu_offload": false,
|
| 34 |
"llm_int8_has_fp16_weight": false,
|
| 35 |
"llm_int8_skip_modules": null,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e95abd19bac42d7db49945cd6006a89fd845e5a254a2adc79e1f4913f027ea1b
|
| 3 |
+
size 2264109940
|