rrivera1849 commited on
Commit
376029b
1 Parent(s): 68e1a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,8 +17,8 @@ This model was trained on the Reddit Million User Dataset (MUD) found [here](htt
17
  ```python
18
  from transformers import AutoModel, AutoTokenizer
19
 
20
- tokenizer = AutoTokenizer.from_pretrained("rrivera1849/LUAR-CRUD")
21
- model = AutoModel.from_pretrained("rrivera1849/LUAR-CRUD")
22
 
23
  # we embed `episodes`, a colletion of documents presumed to come from an author
24
  # NOTE: make sure that `episode_length` consistent across `episode`
 
17
  ```python
18
  from transformers import AutoModel, AutoTokenizer
19
 
20
+ tokenizer = AutoTokenizer.from_pretrained("rrivera1849/LUAR-MUD")
21
+ model = AutoModel.from_pretrained("rrivera1849/LUAR-MUD")
22
 
23
  # we embed `episodes`, a colletion of documents presumed to come from an author
24
  # NOTE: make sure that `episode_length` consistent across `episode`