Thanmay commited on
Commit
f747216
·
verified ·
1 Parent(s): 06378d6

Update README.md

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