gazquez commited on
Commit
5cb9d3f
1 Parent(s): 82ea126

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -12,7 +12,22 @@ co2_eq_emissions:
12
  emissions: 18.026996827523217
13
  ---
14
 
15
- # Model Trained Using AutoTrain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  - Problem type: Summarization
18
  - Model ID: 1539355334
 
12
  emissions: 18.026996827523217
13
  ---
14
 
15
+ # What is YODA
16
+
17
+ YODA is a series of models for Google Feed product optimization. We aim to increase the market reach for ecommerce by 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.
18
+
19
+ ## FITS - First Intergalactic Title Shortener
20
+
21
+ Trained with more than 2M lines of real products long and short titles, the FITS model is capable of extracting the key features of an already short text. It generates a short title for better SEM (Search Engine Marketing) and product position in google indexes.
22
+
23
+ ### The problem with product titles
24
+
25
+ Product titles are not long text with a common sense or clear context. Words in product titles may be disorganized or may not make sense at all.
26
+ Detecting context or meaning in short sentences raises a problem and with abstractive summarization, we may see certain decorations or errors on the model output.
27
+
28
+ To palliate that problem we run some post-processing on our model later on our custom API. You may contact [Iván R. Gázquez](mailto:[email protected]) (lead ML developer) for any problem or inquiry.
29
+
30
+ ## Model Trained Using AutoTrain
31
 
32
  - Problem type: Summarization
33
  - Model ID: 1539355334