shelldernn commited on
Commit
c21a50d
·
verified ·
1 Parent(s): a54b26e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -4,10 +4,17 @@ language:
4
  ---
5
  This model evaluates if character wants to send an image to user right now.
6
 
7
- [input]
 
8
  {user's text}
9
  {character's text}
 
10
 
11
- [output]
 
 
 
 
12
  1: yes
13
- 0: no
 
 
4
  ---
5
  This model evaluates if character wants to send an image to user right now.
6
 
7
+ ### [input]
8
+ ```
9
  {user's text}
10
  {character's text}
11
+ ```
12
 
13
+ (two value should be separated with newline)
14
+
15
+
16
+ ### [output]
17
+ ```
18
  1: yes
19
+ 0: no
20
+ ```