Telugu-LLM-Labs
commited on
Commit
•
aa3eeef
1
Parent(s):
4fdd641
Update README.md
Browse files
README.md
CHANGED
@@ -161,7 +161,7 @@ outputs = model.generate(**inputs, max_new_tokens = 300, use_cache = True)
|
|
161 |
response = tokenizer.batch_decode(outputs)[0]
|
162 |
```
|
163 |
|
164 |
-
Refer to the [blog post](https://ravidesetty.medium.com/introducing-indic-gemma-7b-2b-instruction-tuned-model-on-
|
165 |
|
166 |
Please check our [Code Repository](https://github.com/TeluguLLMLabs/Indic-gemma-7b-Navarasa) for training and inference scripts.
|
167 |
|
|
|
161 |
response = tokenizer.batch_decode(outputs)[0]
|
162 |
```
|
163 |
|
164 |
+
Refer to the [blog post](https://ravidesetty.medium.com/introducing-navarasa-2-0-indic-gemma-7b-2b-instruction-tuned-model-on-15-indian-languages-31f6565b2750) for sample examples.
|
165 |
|
166 |
Please check our [Code Repository](https://github.com/TeluguLLMLabs/Indic-gemma-7b-Navarasa) for training and inference scripts.
|
167 |
|