Telugu-LLM-Labs commited on
Commit
3a94748
1 Parent(s): fa336a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ license_name: gemma
4
  license_link: LICENSE
5
  ---
6
 
7
- # gemma-2b-9-indic-finetuned-sft
8
 
9
  This model is based on [google/gemma-2b](https://huggingface.co/google/gemma-7b) and hase been LoRA finetuned on 9 Indian languages and English language instruction datasets:
10
 
@@ -115,7 +115,7 @@ outputs = model.generate(**inputs, max_new_tokens = 300, use_cache = True)
115
  response = tokenizer.batch_decode(outputs)[0]
116
  ```
117
 
118
- # Sample Questions and Responses
119
 
120
  ------------------------------------------------------------------------------------------------------------------------------------
121
 
 
4
  license_link: LICENSE
5
  ---
6
 
7
+ # Indic-gemma-2b-finetuned-sft-Navarasa
8
 
9
  This model is based on [google/gemma-2b](https://huggingface.co/google/gemma-7b) and hase been LoRA finetuned on 9 Indian languages and English language instruction datasets:
10
 
 
115
  response = tokenizer.batch_decode(outputs)[0]
116
  ```
117
 
118
+ Refer to the [blog post]() for sample examples.
119
 
120
  ------------------------------------------------------------------------------------------------------------------------------------
121