Update README.md
Browse files
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,
|