marcostrfn commited on
Commit
83c2924
·
verified ·
1 Parent(s): 92d0203

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -10,6 +10,15 @@ pipeline_tag: text-classification
10
  base_model: facebook/bart-base
11
  datasets:
12
  - marcostrfn/nli-taller-es
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # BART for Natural Language Inference (MNLI Custom)
 
10
  base_model: facebook/bart-base
11
  datasets:
12
  - marcostrfn/nli-taller-es
13
+ widget:
14
+ - text: "Una persona está montando un caballo [SEP] Una persona está sobre un animal"
15
+ output:
16
+ - label: entailment
17
+ score: 0.95
18
+ - label: contradiction
19
+ score: 0.03
20
+ - label: neutral
21
+ score: 0.02
22
  ---
23
 
24
  # BART for Natural Language Inference (MNLI Custom)