gazquez commited on
Commit
1af9ea2
1 Parent(s): 4fc7804

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -15,6 +15,32 @@ widget:
15
  - text: "Jean Paul Gaultier Classique - 50 ML Eau de Parfum Damen Parfum"
16
  ---
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ### Demo: How to use in Flair
19
  Requires:
20
  - **[Flair](https://github.com/flairNLP/flair/)** (`pip install flair`)
@@ -41,4 +67,8 @@ print('The following NER tags are found:')
41
  # iterate over entities and print
42
  for entity in sentence.get_spans('ner'):
43
  print(entity)
44
- ```
 
 
 
 
 
15
  - text: "Jean Paul Gaultier Classique - 50 ML Eau de Parfum Damen Parfum"
16
  ---
17
 
18
+ ## What is YODA
19
+
20
+ YODA is a series of models for Google Feed product optimization. We aim to increase the market reach for ecommerce augmenting and improving certain metadata like short titles, colors, measures and more. YODA is being used in production by +300 companies with +3.5M products.
21
+
22
+ ## What we use NER for
23
+
24
+ We have trained a NER model for product feature extraction. We retrieve data like colors, sizes, brands and energy labels. Trained with +3M lines of product metadata, the model returns the next scores:
25
+
26
+ Results:
27
+ - F-score (micro) 0.972
28
+ - F-score (macro) 0.9692
29
+ - Accuracy 0.9461
30
+
31
+ By class:
32
+ precision recall f1-score support
33
+
34
+ size 0.9734 0.9793 0.9764 26707
35
+ brand 0.9618 0.9788 0.9702 15621
36
+ color 0.9566 0.9612 0.9589 6785
37
+ energy 0.9444 1.0000 0.9714 119
38
+
39
+ micro avg 0.9673 0.9767 0.9720 49232
40
+ macro avg 0.9591 0.9798 0.9692 49232
41
+ weighted avg 0.9674 0.9767 0.9720 49232
42
+
43
+
44
  ### Demo: How to use in Flair
45
  Requires:
46
  - **[Flair](https://github.com/flairNLP/flair/)** (`pip install flair`)
 
67
  # iterate over entities and print
68
  for entity in sentence.get_spans('ner'):
69
  print(entity)
70
+ ```
71
+
72
+ ## Contact
73
+
74
+ You may contact the lead ML developer [Iván R. Gázquez](mailto:ivan@gazquez.com)