Maynx commited on
Commit
f2900fc
·
verified ·
1 Parent(s): f3550bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,6 +24,6 @@ This is a custom architecture, so load it with the local `REX` class from this r
24
  from model.model import REX
25
  from transformers import AutoTokenizer
26
 
27
- tokenizer = AutoTokenizer.from_pretrained("<your-username>/Rex-Instruct-v0.1", use_fast=False)
28
- model = REX.from_pretrained("<your-username>/Rex-Instruct-v0.1")
29
  ```
 
24
  from model.model import REX
25
  from transformers import AutoTokenizer
26
 
27
+ tokenizer = AutoTokenizer.from_pretrained("Maynx/Rex-Instruct-v0.1", use_fast=False)
28
+ model = REX.from_pretrained("Maynx/Rex-Instruct-v0.1")
29
  ```