kamal24 commited on
Commit
3131217
1 Parent(s): cd52236

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,9 +44,9 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
44
 
45
  device = "cuda"
46
 
47
- tokenizer = AutoTokenizer.from_pretrained("humarin/chatgpt_paraphraser_on_T5_base")
48
 
49
- model = AutoModelForSeq2SeqLM.from_pretrained("humarin/chatgpt_paraphraser_on_T5_base").to(device)
50
 
51
  def paraphrase(
52
  question,
 
44
 
45
  device = "cuda"
46
 
47
+ tokenizer = AutoTokenizer.from_pretrained("kamal24/gpt_to_human")
48
 
49
+ model = AutoModelForSeq2SeqLM.from_pretrained("kamal24/gpt_to_human").to(device)
50
 
51
  def paraphrase(
52
  question,