Vijayendra commited on
Commit
b98c24f
·
verified ·
1 Parent(s): 489f743

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -11,6 +11,8 @@ pipeline_tag: text-generation
11
 
12
  <!-- Provide a quick summary of what the model is/does. -->
13
 
 
 
14
  !pip install bitsandbytes
15
  import torch
16
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
11
 
12
  <!-- Provide a quick summary of what the model is/does. -->
13
 
14
+ ## How to Use
15
+ ```python
16
  !pip install bitsandbytes
17
  import torch
18
  from transformers import AutoModelForCausalLM, AutoTokenizer