sarvam-user commited on
Commit
b4cb7fc
1 Parent(s): 158ab09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ This repository is the first model in the OpenHathi series of models that will b
9
  Note: this is a base model and not meant to be used as is. We recommend first finetuning it on task(s) you are interested in.
10
 
11
  ```
12
- Usage
13
  tokenizer = AutoTokenizer.from_pretrained('sarvamai/OpenHathi-7B-Hi-v0.1-Base')
14
  model = LlamaForCausalLM.from_pretrained('sarvamai/OpenHathi-7B-Hi-v0.1-Base', torch_dtype=torch.bfloat16)
15
 
 
9
  Note: this is a base model and not meant to be used as is. We recommend first finetuning it on task(s) you are interested in.
10
 
11
  ```
12
+ # Usage
13
  tokenizer = AutoTokenizer.from_pretrained('sarvamai/OpenHathi-7B-Hi-v0.1-Base')
14
  model = LlamaForCausalLM.from_pretrained('sarvamai/OpenHathi-7B-Hi-v0.1-Base', torch_dtype=torch.bfloat16)
15