Ashishkr commited on
Commit
e59beb2
1 Parent(s): 5edef03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -15
README.md CHANGED
@@ -17,21 +17,6 @@ datasets: google_wellformed_query
17
 
18
 
19
 
20
- Cite Ashishkr/query_wellformedness_score
21
-
22
-
23
- Copy
24
- @misc {ashish_kumar_2024,
25
- author = { {Ashish Kumar} },
26
- title = { query_wellformedness_score (Revision 55a424c) },
27
- year = 2024,
28
- url = { https://huggingface.co/Ashishkr/query_wellformedness_score },
29
- doi = { 10.57967/hf/1980 },
30
- publisher = { Hugging Face }
31
- }
32
-
33
-
34
-
35
  **Description** : Evaluate the well-formedness of sentences by checking grammatical correctness and completeness. Sensitive to case and penalizes sentences for incorrect grammar and case.
36
 
37
  **Features**:
@@ -77,7 +62,23 @@ print(scores)
77
 
78
 
79
 
 
80
 
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
 
 
17
 
18
 
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  **Description** : Evaluate the well-formedness of sentences by checking grammatical correctness and completeness. Sensitive to case and penalizes sentences for incorrect grammar and case.
21
 
22
  **Features**:
 
62
 
63
 
64
 
65
+ Cite Ashishkr/query_wellformedness_score
66
 
67
 
68
+ ```DOI
69
+
70
+
71
+ @misc {ashish_kumar_2024,
72
+ author = { {Ashish Kumar} },
73
+ title = { query_wellformedness_score (Revision 55a424c) },
74
+ year = 2024,
75
+ url = { https://huggingface.co/Ashishkr/query_wellformedness_score },
76
+ doi = { 10.57967/hf/1980 },
77
+ publisher = { Hugging Face }
78
+ }
79
+
80
+
81
+ ```
82
+
83
 
84