Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,30 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
+
base_model: unsloth/Phi-4 # UPDATE WITH YOUR BASE MODEL
|
6 |
+
library_name: peft
|
7 |
tags:
|
8 |
+
- text-generation
|
9 |
+
- peft
|
10 |
+
- lora
|
11 |
+
- quantization
|
12 |
+
model_type: phi-4b-peft # UPDATE WITH YOUR MODEL TYPE
|
13 |
+
inference:
|
14 |
+
parameters:
|
15 |
+
temperature: 0.0
|
16 |
+
min_p: 0.95
|
17 |
+
max_new_tokens: 2048
|
18 |
pipeline_tag: text-generation
|
19 |
+
quantization_config:
|
20 |
+
load_in_4bit: true
|
21 |
+
bnb_4bit_compute_dtype: float16
|
22 |
+
bnb_4bit_quant_type: nf4
|
23 |
+
llm_int8_threshold: 6.0
|
24 |
+
llm_int8_skip_modules: null
|
25 |
+
llm_int8_enable_fp32_cpu_offload: false
|
26 |
+
llm_int8_has_fp16_weight: false
|
27 |
+
task_type: CAUSAL_LM
|
28 |
---
|
29 |
|
30 |
# Model Card for Model ID
|