Ashishkr commited on
Commit
89b1a7f
1 Parent(s): d61f833

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ A user is asking an ambiguous question (where ambiguous question is a question t
22
  - how would you like to consume the nlp model (Score: 0.2842) <br />
23
 
24
 
25
- ```
26
  from transformers import AutoTokenizer, AutoModelWithLMHead
27
  tokenizer = AutoTokenizer.from_pretrained("salesken/clariq_gpt2")
28
  model = AutoModelWithLMHead.from_pretrained("salesken/clariq_gpt2")
 
22
  - how would you like to consume the nlp model (Score: 0.2842) <br />
23
 
24
 
25
+ ```python
26
  from transformers import AutoTokenizer, AutoModelWithLMHead
27
  tokenizer = AutoTokenizer.from_pretrained("salesken/clariq_gpt2")
28
  model = AutoModelWithLMHead.from_pretrained("salesken/clariq_gpt2")