AlexK-PL commited on
Commit
97a9463
·
1 Parent(s): 4fdec0e

Upload examples_taco2.py

Browse files
Files changed (1) hide show
  1. examples_taco2.py +7 -0
examples_taco2.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # list of examples for quick inferences:
2
+ infer_from_text_examples = [
3
+ ["The most important qualities of a speech synthesis system are naturalness and intelligibility.",
4
+ 0.37, 0.32, 0.32, 0],
5
+ ["Lego said it remains \"fully committed\" to making bricks from sustainable materials.", 0.29, 0.41, 0.35, 0],
6
+ ["Sensors can also be put in place so that the pollination takes place on the optimum days.", 0.2, 0.42, 0.4, 0],
7
+ ]