Thanmay commited on
Commit
5487294
·
verified ·
1 Parent(s): 2bd8492

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -21,8 +21,7 @@ The codebase used to train and evaluate this model can be found at [https://gith
21
 
22
  ```python3
23
  from transformers import AutoTokenizer, AutoModelForCausalLM
24
-
25
  model_path = "ai4bharat/romansetu-cpt-roman-100m"
26
-
27
  tokenizer = AutoTokenizer.from_pretrained(model_path)
28
- model = AutoModelForCausalLM.from_pretrained(model_path)
 
 
21
 
22
  ```python3
23
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
24
  model_path = "ai4bharat/romansetu-cpt-roman-100m"
 
25
  tokenizer = AutoTokenizer.from_pretrained(model_path)
26
+ model = AutoModelForCausalLM.from_pretrained(model_path)
27
+ ```