Update README.md
Browse files
README.md
CHANGED
|
@@ -59,8 +59,7 @@ Users (both direct and downstream) should be made aware of the risks, biases, an
|
|
| 59 |
Use the code below to get started with the model.
|
| 60 |
|
| 61 |
```python
|
| 62 |
-
!pip install -q -U transformers
|
| 63 |
-
!pip install -q -U bitsandbytes
|
| 64 |
|
| 65 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 66 |
tokenizer = AutoTokenizer.from_pretrained('HelpMumHQ/MamaBot-Llama')
|
|
|
|
| 59 |
Use the code below to get started with the model.
|
| 60 |
|
| 61 |
```python
|
| 62 |
+
!pip install -q -U transformers bitsandbytes
|
|
|
|
| 63 |
|
| 64 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 65 |
tokenizer = AutoTokenizer.from_pretrained('HelpMumHQ/MamaBot-Llama')
|