Vijayendra
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
base_model: unsloth/mistral-7b-bnb-4bit
|
3 |
library_name: peft
|
4 |
---
|
5 |
-
|
|
|
6 |
!pip install peft accelerate bitsandbytes
|
7 |
from peft import PeftModel, PeftConfig
|
8 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
2 |
base_model: unsloth/mistral-7b-bnb-4bit
|
3 |
library_name: peft
|
4 |
---
|
5 |
+
How to use :
|
6 |
+
```python
|
7 |
!pip install peft accelerate bitsandbytes
|
8 |
from peft import PeftModel, PeftConfig
|
9 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|