dejanseo commited on
Commit
27107dd
1 Parent(s): bf4f788

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ metrics:
9
  base_model: albert/albert-base-v2
10
  pipeline_tag: text-classification
11
  ---
12
- <img src="https://dejan.ai/wp-content/uploads/2024/02/dejan.png" alt="Dejan AI Logo" style="pointer-events: none;">
13
 
14
  We build on [the work](https://research.google/pubs/identifying-well-formed-natural-language-questions/) by Manaal Faruqui and Dipanjan Das from [Google AI Language](https://research.google/teams/language/) team to train a search query classifier of well-formed search queries. Our model offers a 10% improvement over Google's classifier by utilising ALBERT architecture instead of LSTM. With accuracy of 80%, the model is production ready and has already been deployed in Dejan AI's query processing pipeline. The role of the model is to help identify query expansion candidates by flagging ambiguous queries retrieved via Google Search Console API.
15
 
 
9
  base_model: albert/albert-base-v2
10
  pipeline_tag: text-classification
11
  ---
12
+ [![Dejan AI Logo](https://dejan.ai/wp-content/uploads/2024/02/dejan.png)](https://dejan.ai/blog/search-query-quality-classifier/)
13
 
14
  We build on [the work](https://research.google/pubs/identifying-well-formed-natural-language-questions/) by Manaal Faruqui and Dipanjan Das from [Google AI Language](https://research.google/teams/language/) team to train a search query classifier of well-formed search queries. Our model offers a 10% improvement over Google's classifier by utilising ALBERT architecture instead of LSTM. With accuracy of 80%, the model is production ready and has already been deployed in Dejan AI's query processing pipeline. The role of the model is to help identify query expansion candidates by flagging ambiguous queries retrieved via Google Search Console API.
15