Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ The model is intended to predict the temporal relation between two entities in m
|
|
| 37 |
|
| 38 |
- For using the model use the following template:
|
| 39 |
|
| 40 |
-
|
| 41 |
## Instruction ##
|
| 42 |
- Extract the start point, end point, and span for the given source and target terms.
|
| 43 |
- Classify the relation between them using one of: BEFORE, BEGINS-ON, ENDS-ON, CONTAINS, SIMULTANEOUS, OVERLAP.
|
|
@@ -85,7 +85,7 @@ PROMPT_TEMPLATE = """
|
|
| 85 |
</Relation>
|
| 86 |
|
| 87 |
<think>\n
|
| 88 |
-
|
| 89 |
|
| 90 |
## Citation [optional]
|
| 91 |
|
|
|
|
| 37 |
|
| 38 |
- For using the model use the following template:
|
| 39 |
|
| 40 |
+
```
|
| 41 |
## Instruction ##
|
| 42 |
- Extract the start point, end point, and span for the given source and target terms.
|
| 43 |
- Classify the relation between them using one of: BEFORE, BEGINS-ON, ENDS-ON, CONTAINS, SIMULTANEOUS, OVERLAP.
|
|
|
|
| 85 |
</Relation>
|
| 86 |
|
| 87 |
<think>\n
|
| 88 |
+
```
|
| 89 |
|
| 90 |
## Citation [optional]
|
| 91 |
|