GeoloeG commited on
Commit
f7e8124
·
verified ·
1 Parent(s): b9e77dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,8 +1,30 @@
1
  ---
2
- library_name: transformers
 
 
 
 
3
  tags:
4
- - unsloth
 
 
 
 
 
 
 
 
 
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