Kevin_Sun commited on
Commit
f63d999
1 Parent(s): ecb76e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -7,7 +7,8 @@ This generative language model is designed to provide **specific comments on fiv
7
  after analyzing an **English essay**. The model is particularly useful for essays in the IELTS (International English Language Testing System) exams.
8
  It assists L2 learners and **IELTS** students in improving their writing abilities by correcting mistakes and offering detailed feedback and suggestions.
9
 
10
- Using the text similarity method to evaluate in the dataset with 1500 IELTS essays with the five aspects of comments, the model can acheive the acc = 0.93, f1 score =0.92, which is remarkbaly impressive.
 
11
 
12
  The following is an example to illustrate how to use our model to make inference:
13
 
 
7
  after analyzing an **English essay**. The model is particularly useful for essays in the IELTS (International English Language Testing System) exams.
8
  It assists L2 learners and **IELTS** students in improving their writing abilities by correcting mistakes and offering detailed feedback and suggestions.
9
 
10
+ Using the text similarity method to evaluate in the dataset with 1500 IELTS essays with the five aspects of comments,
11
+ the model can acheive the following results: **acc = 0.93**, **f1 score =0.92**, which is remarkably impressive.
12
 
13
  The following is an example to illustrate how to use our model to make inference:
14