Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ pipeline_tag: text-generation
|
|
11 |
|
12 |
<!-- Provide a quick summary of what the model is/does. -->
|
13 |
|
|
|
|
|
14 |
!pip install bitsandbytes
|
15 |
import torch
|
16 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
11 |
|
12 |
<!-- Provide a quick summary of what the model is/does. -->
|
13 |
|
14 |
+
## How to Use
|
15 |
+
```python
|
16 |
!pip install bitsandbytes
|
17 |
import torch
|
18 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|