ryan-minato commited on
Commit
291ed41
1 Parent(s): 84ee4a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ from huggingface_hub import hf_hub_download
31
  import vibrato
32
 
33
  # Load tokenizer from `.cache/hf`
34
- model_path = hf_hub_download("aha-org/vibrato-models-bsdonly", "<<model_name>>/system.dic")
35
  with open(model_path, "rb") as f:
36
  tokenizer = vibrato.Vibrato(f.read())
37
 
 
31
  import vibrato
32
 
33
  # Load tokenizer from `.cache/hf`
34
+ model_path = hf_hub_download("ryan-minato/vibrato-models-bsdonly", "<<model_name>>/system.dic")
35
  with open(model_path, "rb") as f:
36
  tokenizer = vibrato.Vibrato(f.read())
37