Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,16 @@ license: apache-2.0
|
|
| 3 |
inference: false
|
| 4 |
datasets: google_wellformed_query
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
|
|
|
|
|
|
| 7 |
**Model name**: Query Wellformedness Scoring
|
| 8 |
|
| 9 |
**Description** : Evaluate the well-formedness of sentences by checking grammatical correctness and completeness. Sensitive to case and penalizes sentences for incorrect grammar and case.
|
|
@@ -50,15 +59,7 @@ with torch.no_grad():
|
|
| 50 |
print(scores)
|
| 51 |
```
|
| 52 |
|
| 53 |
-
**Intended Use Cases**
|
| 54 |
-
|
| 55 |
-
*Content Creation*: Validate the well-formedness of written content.
|
| 56 |
-
|
| 57 |
-
*Educational Platforms*: Helps students check the grammaticality of their sentences.
|
| 58 |
-
|
| 59 |
-
*Chatbots & Virtual Assistants*: To validate user queries or generate well-formed responses.
|
| 60 |
|
| 61 |
-
contact: kua613@g.harvard.edu
|
| 62 |
|
| 63 |
|
| 64 |
|
|
|
|
| 3 |
inference: false
|
| 4 |
datasets: google_wellformed_query
|
| 5 |
---
|
| 6 |
+
**Intended Use Cases**
|
| 7 |
+
|
| 8 |
+
*Content Creation*: Validate the well-formedness of written content.
|
| 9 |
+
|
| 10 |
+
*Educational Platforms*: Helps students check the grammaticality of their sentences.
|
| 11 |
+
|
| 12 |
+
*Chatbots & Virtual Assistants*: To validate user queries or generate well-formed responses.
|
| 13 |
|
| 14 |
+
**contact: kua613@g.harvard.edu**
|
| 15 |
+
|
| 16 |
**Model name**: Query Wellformedness Scoring
|
| 17 |
|
| 18 |
**Description** : Evaluate the well-formedness of sentences by checking grammatical correctness and completeness. Sensitive to case and penalizes sentences for incorrect grammar and case.
|
|
|
|
| 59 |
print(scores)
|
| 60 |
```
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
|