Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
This is classification model trained on RoBERTa base language model to classify a given text input into sql or docs
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
This is classification model trained on RoBERTa base language model to classify a given text input into sql or docs. For a given question , if it classifies '0' it is of docs type and if it classifies as '1' , it is of sql type
|