XYZPL
commited on
Commit
·
ed57aec
1
Parent(s):
70c6206
Update README.md
Browse files
README.md
CHANGED
@@ -2,15 +2,23 @@
|
|
2 |
tags:
|
3 |
- text-classification
|
4 |
widget:
|
5 |
-
- text: "Hello! I'm
|
6 |
example_title: "Example 1"
|
7 |
-
- text: "HI IM MGRADER MBERT (THIS IS 1)"
|
8 |
-
example_title: "Example 2"
|
9 |
library_name: transformers
|
10 |
pipeline_tag: text-classification
|
11 |
---
|
12 |
# BERT-GRADER?
|
13 |
-
BERT-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
## Validation Metrics
|
16 |
loss: 0.166
|
|
|
2 |
tags:
|
3 |
- text-classification
|
4 |
widget:
|
5 |
+
- text: "Hello! I'm BERT-Grader! I'm a finetuned BERT model for grading user input on values like consistency, grammar and quality!"
|
6 |
example_title: "Example 1"
|
|
|
|
|
7 |
library_name: transformers
|
8 |
pipeline_tag: text-classification
|
9 |
---
|
10 |
# BERT-GRADER?
|
11 |
+
BERT-Grader is a BERT model designed for grading text by mesuring gramar, consistency and quality.
|
12 |
+
Due to an error in the dataset, 'undefined' is 0.
|
13 |
+
BERT-Grader is a finetune of distil-bert, for performance.
|
14 |
+
## Classes
|
15 |
+
0 (Undefined) - Elementary
|
16 |
+
1 - Intermidiate
|
17 |
+
2 - Advanced
|
18 |
+
|
19 |
+
## Biases and Issues
|
20 |
+
For BERT-Grader to perform well, the input text should be an actual essay.
|
21 |
+
Some biases may arise due to training data phrases, but there were mesures in place to limit bias.
|
22 |
|
23 |
## Validation Metrics
|
24 |
loss: 0.166
|