not-lain commited on
Commit
6d9665f
1 Parent(s): 2f73ffc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ It achieves the following results on the [Open_LLM_Leaderboard](https://huggingf
36
 
37
  Here's how you can run the model using the pipeline() function from 🤗 Transformers:
38
 
39
- ```
40
  import torch
41
  from transformers import pipeline
42
 
 
36
 
37
  Here's how you can run the model using the pipeline() function from 🤗 Transformers:
38
 
39
+ ```python
40
  import torch
41
  from transformers import pipeline
42