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