Update README.md
Browse files
README.md
CHANGED
@@ -37,17 +37,15 @@ It achieves the following results on the evaluation set:
|
|
37 |
|
38 |
## Model description
|
39 |
|
40 |
-
|
41 |
|
42 |
-
## Intended uses & limitations
|
43 |
-
|
44 |
-
More information needed
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
-
|
|
|
|
|
49 |
|
50 |
-
## Training procedure
|
51 |
|
52 |
### Training hyperparameters
|
53 |
|
|
|
37 |
|
38 |
## Model description
|
39 |
|
40 |
+
This model classifies English sentences according to two different labels: 1 if the sentence is grammatically acceptable and 0 if the sentence is grammatically unacceptable.
|
41 |
|
|
|
|
|
|
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
45 |
+
The model was trained on the "cola" split of the glue dataset, using the 8551 instances of its "train" split.
|
46 |
+
For the evaluation, the 1043 sentences of the "evaluation" split were used.
|
47 |
+
|
48 |
|
|
|
49 |
|
50 |
### Training hyperparameters
|
51 |
|