zmilczarek commited on
Commit
4b3d136
·
verified ·
1 Parent(s): e95e080

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ To perform inference on a document, you can use the following prompt:
66
 
67
 
68
 
69
- ```
70
  def predict_date(message:list[dict]):
71
  inputs = tokenizer.apply_chat_template(
72
  message,
 
66
 
67
 
68
 
69
+ ```python
70
  def predict_date(message:list[dict]):
71
  inputs = tokenizer.apply_chat_template(
72
  message,