asdc commited on
Commit
3210f36
·
verified ·
1 Parent(s): f35c8b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- PROMPT_TEMPLATE = """
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