Bohanlu commited on
Commit
0930f34
·
verified ·
1 Parent(s): 29f7c22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ Explore other models and datasets in the [Taiwanese Hokkien LLM collection](http
31
  - Ensure there's a newline at the end.
32
 
33
  ## Usage Example
34
- ```
35
  from transformers import AutoModelForCausalLM, AutoTokenizer, TextGenerationPipeline
36
  import torch
37
  import accelerate
 
31
  - Ensure there's a newline at the end.
32
 
33
  ## Usage Example
34
+ ```python
35
  from transformers import AutoModelForCausalLM, AutoTokenizer, TextGenerationPipeline
36
  import torch
37
  import accelerate