zzzzzhy kaiyuy commited on
Commit
208c439
·
verified ·
1 Parent(s): f352367

Update README.md (#1)

Browse files

- Update README.md (fb82f1a76a09b14f652ddb92a11ea3e1e7c91eb3)


Co-authored-by: Kaiyu Yang <kaiyuy@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -212,7 +212,7 @@ This model is being released to aid other open-source projects, including those
212
  ## 5. Quick Start
213
  You can directly use [Huggingface's Transformers](https://github.com/huggingface/transformers) for model inference.
214
 
215
- ```
216
  from transformers import AutoModelForCausalLM, AutoTokenizer
217
  import torch
218
  torch.manual_seed(30)
 
212
  ## 5. Quick Start
213
  You can directly use [Huggingface's Transformers](https://github.com/huggingface/transformers) for model inference.
214
 
215
+ ```python
216
  from transformers import AutoModelForCausalLM, AutoTokenizer
217
  import torch
218
  torch.manual_seed(30)