breadlicker45 commited on
Commit
275cc4e
1 Parent(s): 50f4e53

Update load.py

Browse files
Files changed (1) hide show
  1. load.py +1 -1
load.py CHANGED
@@ -9,7 +9,7 @@ class LoadModel:
9
  Example usage:
10
 
11
  # if loading model and tokenizer from Huggingface
12
- model_repo = "misnaej/the-jam-machine-1024"
13
  model, tokenizer = LoadModel(
14
  model_repo, from_huggingface=True
15
  ).load_model_and_tokenizer()
 
9
  Example usage:
10
 
11
  # if loading model and tokenizer from Huggingface
12
+ model_repo = "misnaej/the-jam-machine-wdtef6l"
13
  model, tokenizer = LoadModel(
14
  model_repo, from_huggingface=True
15
  ).load_model_and_tokenizer()