01GangaPutraBheeshma commited on
Commit
df3f221
1 Parent(s): 24335e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,7 +53,7 @@ The Datatype involved during the computational steps involving 4-bit representat
53
 
54
 
55
  ### Lora Config
56
- '''
57
  peft_config = LoraConfig(
58
  lora_alpha=16,
59
  lora_dropout=0.1,
@@ -61,7 +61,7 @@ peft_config = LoraConfig(
61
  bias="none",
62
  task_type="CAUSAL_LM"
63
  )
64
- '''
65
 
66
  ### BitsAndBytesConfig
67
  ```
 
53
 
54
 
55
  ### Lora Config
56
+ ```
57
  peft_config = LoraConfig(
58
  lora_alpha=16,
59
  lora_dropout=0.1,
 
61
  bias="none",
62
  task_type="CAUSAL_LM"
63
  )
64
+ ```
65
 
66
  ### BitsAndBytesConfig
67
  ```