VerificadoProfesional commited on
Commit
44fa654
1 Parent(s): 5836f2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -5,6 +5,13 @@ language:
5
  metrics:
6
  - accuracy
7
  pipeline_tag: text-classification
 
 
 
 
 
 
 
8
  ---
9
 
10
 
 
5
  metrics:
6
  - accuracy
7
  pipeline_tag: text-classification
8
+ widget:
9
+ - text: "La tierra es Plana"
10
+ output:
11
+ - label: "FALSE"
12
+ score: 0.8
13
+ - label: "TRUE"
14
+ score: 0.2
15
  ---
16
 
17