New batch of models.

 - fixes names being predicted as addresses

Test: Evaluated models.

== New English model ==
chrome.selection_accuracy,0.6859791
tts.selection_accuracy,0.60738236

== Tier1 models ==
= Selection Diff
pl.all,selection_accuracy,-0.00721584
zh-Hant.all,selection_accuracy,-0.00530503
th.phone,selection_accuracy,-0.00479084
en.address,selection_accuracy,-0.0043659
th.all,selection_accuracy,-0.00345544
de.address,selection_accuracy,-0.0031957
ko.address,selection_accuracy,-0.0020248
pt-PT.all,selection_accuracy,-0.0019318
nl.all,selection_accuracy,-0.00183713
ar.all,selection_accuracy,-0.00142553
zh-Hant.address,selection_accuracy,-0.0012889
es.all,selection_accuracy,-0.00124771
zh.address,selection_accuracy,-0.00123137
zh.phone,selection_accuracy,-0.00121
en.phone,selection_accuracy,-0.00117123
ru.phone,selection_accuracy,-0.000467
ar.phone,selection_accuracy,-0.0003968
tr.phone,selection_accuracy,-0.0003599
ja.all,selection_accuracy,0
it.phone,selection_accuracy,0.00010166
ko.phone,selection_accuracy,0.00021603
pt-PT.address,selection_accuracy,0.00050169
es.phone,selection_accuracy,0.0005273
ru.address,selection_accuracy,0.00053026
pl.address,selection_accuracy,0.0005352
nl.phone,selection_accuracy,0.0005518
de.phone,selection_accuracy,0.00056495
ja.phone,selection_accuracy,0.00065614
es.address,selection_accuracy,0.00075616
nl.address,selection_accuracy,0.00090755
ar.address,selection_accuracy,0.0011584
zh-Hant.phone,selection_accuracy,0.00137426
pt-PT.phone,selection_accuracy,0.0014412
ru.all,selection_accuracy,0.00180184
fr.phone,selection_accuracy,0.0018097
fr.address,selection_accuracy,0.00217641
ja.address,selection_accuracy,0.00273845
it.address,selection_accuracy,0.00294763
tr.address,selection_accuracy,0.0037565
ko.all,selection_accuracy,0.00448765
en.all,selection_accuracy,0.00448935
it.all,selection_accuracy,0.00545457
de.all,selection_accuracy,0.00590319
th.address,selection_accuracy,0.00676084
fr.all,selection_accuracy,0.00864202
tr.all,selection_accuracy,0.0095298
zh.all,selection_accuracy,0.0097975
pl.phone,selection_accuracy,3.02e-05

= Address Recall Diff
fr.address,sharing_address_recall,-0.0247402
zh.address,sharing_address_recall,-0.0201122
es.address,sharing_address_recall,-0.0201079
en.address,sharing_address_recall,-0.0161445
ko.address,sharing_address_recall,-0.0154836
th.address,sharing_address_recall,-0.0154748
de.address,sharing_address_recall,-0.0137447
zh-Hant.address,sharing_address_recall,-0.0118153
tr.address,sharing_address_recall,-0.0109217
pt-PT.address,sharing_address_recall,-0.00998855
nl.address,sharing_address_recall,-0.00956702
ja.address,sharing_address_recall,-0.00945431
pl.address,sharing_address_recall,-0.0093655
it.address,sharing_address_recall,-0.0091797
ru.address,sharing_address_recall,-0.00675041
ar.address,sharing_address_recall,-0.00571474

Bug: 36886059
Change-Id: Ie631e4bcebbe0616487f5788857d94cf8d98c684
diff --git a/common/embedding-network.cc b/common/embedding-network.cc
index 30919e8..b27cda3 100644
--- a/common/embedding-network.cc
+++ b/common/embedding-network.cc
@@ -339,7 +339,7 @@
 
   const int num_hidden_layers = model->GetNumHiddenLayers();
   if (num_hidden_layers < 1) {
-    TC_LOG(ERROR) << num_hidden_layers;
+    TC_LOG(ERROR) << "Wrong number of hidden layers: " << num_hidden_layers;
     return;
   }
   hidden_weights_.resize(num_hidden_layers);
diff --git a/models/textclassifier.smartselection.ar.model b/models/textclassifier.smartselection.ar.model
index 0e3dd9f..57f6002 100644
--- a/models/textclassifier.smartselection.ar.model
+++ b/models/textclassifier.smartselection.ar.model
Binary files differ
diff --git a/models/textclassifier.smartselection.de.model b/models/textclassifier.smartselection.de.model
index d8bcc4f..59c0bce 100644
--- a/models/textclassifier.smartselection.de.model
+++ b/models/textclassifier.smartselection.de.model
Binary files differ
diff --git a/models/textclassifier.smartselection.en.model b/models/textclassifier.smartselection.en.model
index 7c1e864..645303d 100644
--- a/models/textclassifier.smartselection.en.model
+++ b/models/textclassifier.smartselection.en.model
Binary files differ
diff --git a/models/textclassifier.smartselection.es.model b/models/textclassifier.smartselection.es.model
index 2615463..cbb902b 100644
--- a/models/textclassifier.smartselection.es.model
+++ b/models/textclassifier.smartselection.es.model
Binary files differ
diff --git a/models/textclassifier.smartselection.fr.model b/models/textclassifier.smartselection.fr.model
index 5e12e41..5c95a7c 100644
--- a/models/textclassifier.smartselection.fr.model
+++ b/models/textclassifier.smartselection.fr.model
Binary files differ
diff --git a/models/textclassifier.smartselection.it.model b/models/textclassifier.smartselection.it.model
index 860ab1b..138c351 100644
--- a/models/textclassifier.smartselection.it.model
+++ b/models/textclassifier.smartselection.it.model
Binary files differ
diff --git a/models/textclassifier.smartselection.ja.model b/models/textclassifier.smartselection.ja.model
index f0000bb..ab5f4ba 100644
--- a/models/textclassifier.smartselection.ja.model
+++ b/models/textclassifier.smartselection.ja.model
Binary files differ
diff --git a/models/textclassifier.smartselection.ko.model b/models/textclassifier.smartselection.ko.model
index 9431d09..b696114 100644
--- a/models/textclassifier.smartselection.ko.model
+++ b/models/textclassifier.smartselection.ko.model
Binary files differ
diff --git a/models/textclassifier.smartselection.nl.model b/models/textclassifier.smartselection.nl.model
index ee9d54d..2385f96 100644
--- a/models/textclassifier.smartselection.nl.model
+++ b/models/textclassifier.smartselection.nl.model
Binary files differ
diff --git a/models/textclassifier.smartselection.pl.model b/models/textclassifier.smartselection.pl.model
index c72864f..94d873f 100644
--- a/models/textclassifier.smartselection.pl.model
+++ b/models/textclassifier.smartselection.pl.model
Binary files differ
diff --git a/models/textclassifier.smartselection.pt-PT.model b/models/textclassifier.smartselection.pt-PT.model
index c35c7e2..63f4eb9 100644
--- a/models/textclassifier.smartselection.pt-PT.model
+++ b/models/textclassifier.smartselection.pt-PT.model
Binary files differ
diff --git a/models/textclassifier.smartselection.ru.model b/models/textclassifier.smartselection.ru.model
index 5626e5f..f1a2d02 100644
--- a/models/textclassifier.smartselection.ru.model
+++ b/models/textclassifier.smartselection.ru.model
Binary files differ
diff --git a/models/textclassifier.smartselection.th.model b/models/textclassifier.smartselection.th.model
index e42d69e..7c327e9 100644
--- a/models/textclassifier.smartselection.th.model
+++ b/models/textclassifier.smartselection.th.model
Binary files differ
diff --git a/models/textclassifier.smartselection.tr.model b/models/textclassifier.smartselection.tr.model
index ff87810..ab679c2 100644
--- a/models/textclassifier.smartselection.tr.model
+++ b/models/textclassifier.smartselection.tr.model
Binary files differ
diff --git a/models/textclassifier.smartselection.zh-Hant.model b/models/textclassifier.smartselection.zh-Hant.model
index 66d1715..92390d7 100644
--- a/models/textclassifier.smartselection.zh-Hant.model
+++ b/models/textclassifier.smartselection.zh-Hant.model
Binary files differ
diff --git a/models/textclassifier.smartselection.zh.model b/models/textclassifier.smartselection.zh.model
index 079fcf1..1de5947 100644
--- a/models/textclassifier.smartselection.zh.model
+++ b/models/textclassifier.smartselection.zh.model
Binary files differ
diff --git a/tests/testdata/smartselection.model b/tests/testdata/smartselection.model
index 7c1e864..645303d 100644
--- a/tests/testdata/smartselection.model
+++ b/tests/testdata/smartselection.model
Binary files differ