Ary-007 commited on
Commit
4716bd4
·
verified ·
1 Parent(s): 012fa32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ The model was trained using the Alpaca prompt format. For best results, structur
32
  ![image](https://cdn-uploads.huggingface.co/production/uploads/656b8d33e8bf55919a6aa345/1XEAfrZ5iU7doBDy_T5ef.png)
33
 
34
  ## How to Get Started with the Model
35
- '''python
36
 
37
  import torch
38
  from transformers import pipeline
@@ -81,5 +81,5 @@ outputs = pipe(
81
  )
82
 
83
  print(outputs[0]["generated_text"])
84
- '''
85
 
 
32
  ![image](https://cdn-uploads.huggingface.co/production/uploads/656b8d33e8bf55919a6aa345/1XEAfrZ5iU7doBDy_T5ef.png)
33
 
34
  ## How to Get Started with the Model
35
+ ```python
36
 
37
  import torch
38
  from transformers import pipeline
 
81
  )
82
 
83
  print(outputs[0]["generated_text"])
84
+ ```
85