dejanseo commited on
Commit
c2e4a3d
1 Parent(s): 94d59ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -9,7 +9,6 @@ metrics:
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)
13
  <img src="https://dejan.ai/wp-content/uploads/2024/02/dejan.png" alt="Dejan AI Logo" style="pointer-events: none;">
14
 
15
  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.
 
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.