anamikac2708 commited on
Commit
626a27d
1 Parent(s): 626c9ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ This project is for research purposes only. Third-party datasets may be subject
26
  ## How to Get Started with the Model
27
 
28
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
29
- ```
30
  import torch
31
  from unsloth import FastLanguageModel
32
  from transformers import AutoTokenizer, pipeline
 
26
  ## How to Get Started with the Model
27
 
28
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
29
+ ```python
30
  import torch
31
  from unsloth import FastLanguageModel
32
  from transformers import AutoTokenizer, pipeline