atsuki-yamaguchi commited on
Commit
e656f9d
1 Parent(s): ed8456b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -8,6 +8,7 @@ BLOOM-1B Swahili [LAPT + Heuristics]
8
  ## How to use
9
  ```python
10
  from peft import AutoPeftModelForCausalLM
 
11
 
12
  model = AutoPeftModelForCausalLM.from_pretrained(
13
  "atsuki-yamaguchi/bloom-1b1-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-1b1-heuristics-sw"