alibidaran commited on
Commit
f6b0b04
1 Parent(s): a440877

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ This model can be used for developing chatbot applications, Q/A, instruction eng
32
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
33
 
34
  ### Direct Use
35
- python ```
36
  import torch
37
  from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig, GemmaTokenizer
38
 
 
32
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
33
 
34
  ### Direct Use
35
+ ``` python
36
  import torch
37
  from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig, GemmaTokenizer
38