AISimplyExplained commited on
Commit
13565dc
·
verified ·
1 Parent(s): bbd7f36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -35,6 +35,7 @@ Developed by Asmi Gulati and Bhuvi Jain, this tool aims to enhance the accessibi
35
  from transformers import AutoTokenizer, AutoModelForCausalLM
36
  tokenizer = AutoTokenizer.from_pretrained("AISimplyExplained/Vakil-7B")
37
  model = AutoModelForCausalLM.from_pretrained("AISimplyExplained/Vakil-7B")
 
38
 
39
  ### Intended Use
40
 
 
35
  from transformers import AutoTokenizer, AutoModelForCausalLM
36
  tokenizer = AutoTokenizer.from_pretrained("AISimplyExplained/Vakil-7B")
37
  model = AutoModelForCausalLM.from_pretrained("AISimplyExplained/Vakil-7B")
38
+ ```
39
 
40
  ### Intended Use
41