Update README.md
Browse files
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 |
+
```
|