ZachBeesley
commited on
Commit
•
ee34457
1
Parent(s):
3176c44
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: bert-fine-tuned-cola
|
7 |
results: []
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -20,7 +22,7 @@ It achieves the following results on the evaluation set:
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
@@ -51,4 +53,4 @@ The following hyperparameters were used during training:
|
|
51 |
- Transformers 4.30.2
|
52 |
- TensorFlow 2.12.0
|
53 |
- Datasets 2.13.0
|
54 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: bert-fine-tuned-cola
|
7 |
results: []
|
8 |
+
language:
|
9 |
+
- en
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
Text-classification model that identifies whether or not text is grammatically correct.
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
|
|
53 |
- Transformers 4.30.2
|
54 |
- TensorFlow 2.12.0
|
55 |
- Datasets 2.13.0
|
56 |
+
- Tokenizers 0.13.3
|