atsuki-yamaguchi commited on
Commit
8391d9b
1 Parent(s): 4aaa39f

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 @@ Mistral-7B Swahili [LAPT + CLP+]
8
  ## How to use
9
  ```python
10
  from peft import AutoPeftModelForCausalLM
 
11
 
12
  model = AutoPeftModelForCausalLM.from_pretrained(
13
  "atsuki-yamaguchi/Mistral-7B-v0.1-clpp-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/Mistral-7B-v0.1-clpp-sw"