RowRed commited on
Commit
b5935b0
·
verified ·
1 Parent(s): 4cc585e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -187,7 +187,7 @@ class CategoryRouter(nn.Module):
187
 
188
  # Load
189
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
190
- tokenizer = AutoTokenizer.from_pretrained("~~~ME~~~/CategoryRouter")
191
  model = CategoryRouter()
192
  model.load_state_dict(
193
  torch.load("pytorch_model.bin", map_location=device),
 
187
 
188
  # Load
189
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
190
+ tokenizer = AutoTokenizer.from_pretrained("RowRed/CategoryRouter")
191
  model = CategoryRouter()
192
  model.load_state_dict(
193
  torch.load("pytorch_model.bin", map_location=device),