atsuki-yamaguchi
commited on
Commit
•
b1f327a
1
Parent(s):
1b49c13
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ BLOOM-7B Swahili [LAPT + Heuristics]
|
|
8 |
## How to use
|
9 |
```python
|
10 |
from peft import AutoPeftModelForCausalLM
|
|
|
11 |
|
12 |
model = AutoPeftModelForCausalLM.from_pretrained(
|
13 |
"atsuki-yamaguchi/bloom-7b1-heuristics-sw"
|
|
|
8 |
## How to use
|
9 |
```python
|
10 |
from peft import AutoPeftModelForCausalLM
|
11 |
+
from transformers import AutoTokenizer
|
12 |
|
13 |
model = AutoPeftModelForCausalLM.from_pretrained(
|
14 |
"atsuki-yamaguchi/bloom-7b1-heuristics-sw"
|