Ashishkr commited on
Commit
69601db
1 Parent(s): 4b556c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,8 +20,8 @@ http://dl.fbaipublicfiles.com/rephrasing/rephrasing_dataset.tar.gz
20
 
21
  ```python
22
  from transformers import AutoTokenizer, AutoModelWithLMHead
23
- tokenizer = AutoTokenizer.from_pretrained("salesken/natural_rephrase")
24
- model = AutoModelWithLMHead.from_pretrained("salesken/natural_rephrase")
25
 
26
 
27
  Input_query="Hey Siri, Send message to mom to say thank you for the delicious dinner yesterday"
 
20
 
21
  ```python
22
  from transformers import AutoTokenizer, AutoModelWithLMHead
23
+ tokenizer = AutoTokenizer.from_pretrained("Ashishkr/natural_rephrase")
24
+ model = AutoModelWithLMHead.from_pretrained("Ashishkr/natural_rephrase")
25
 
26
 
27
  Input_query="Hey Siri, Send message to mom to say thank you for the delicious dinner yesterday"