inarikami commited on
Commit
b9e87b2
1 Parent(s): 27dfcec

readme fix

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ It achieves the following results on the evaluation set:
21
 
22
  ## Quick start
23
 
24
- ```pythongit
25
  from transformers import pipeline
26
 
27
  generator = pipeline('text-generation', model="monogptari-1.3b" , device=0, use_fast=False)
 
21
 
22
  ## Quick start
23
 
24
+ ```python
25
  from transformers import pipeline
26
 
27
  generator = pipeline('text-generation', model="monogptari-1.3b" , device=0, use_fast=False)