Ashishkr commited on
Commit
409e90c
1 Parent(s): fc78dba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,8 +29,8 @@ A user is asking an ambiguous question (where ambiguous question is a question t
29
 
30
  ```python
31
  from transformers import AutoTokenizer, AutoModelWithLMHead
32
- tokenizer = AutoTokenizer.from_pretrained("salesken/clariq_gpt2")
33
- model = AutoModelWithLMHead.from_pretrained("salesken/clariq_gpt2")
34
 
35
  input_query="Serve your models directly from Hugging Face infrastructure and run large scale NLP models in milliseconds with just a few lines of code"
36
 
 
29
 
30
  ```python
31
  from transformers import AutoTokenizer, AutoModelWithLMHead
32
+ tokenizer = AutoTokenizer.from_pretrained("Ashishkr/Dialog_clarification_gpt2")
33
+ model = AutoModelWithLMHead.from_pretrained("Ashishkr/Dialog_clarification_gpt2")
34
 
35
  input_query="Serve your models directly from Hugging Face infrastructure and run large scale NLP models in milliseconds with just a few lines of code"
36