thenHung commited on
Commit
43be54a
1 Parent(s): 8f7e0df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -4,6 +4,19 @@ datasets:
4
  language:
5
  - en
6
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  ```python
9
  # Load model directly
 
4
  language:
5
  - en
6
  ---
7
+ # English Grammar Error Correction with T5
8
+
9
+ ## Overview
10
+ This repository contains a pretrained T5 model fine-tuned for English grammar error correction using Hugging Face's Transformers library. The model leverages a seq2seq architecture and was trained on the C4 dataset for grammar correction purposes.
11
+
12
+ ## Model Details
13
+
14
+ - Model Name: english-grammar-error-correction-t5-seq2seq
15
+ - Tokenizer: T5Tokenizer
16
+ - Model Architecture: T5ForConditionalGeneration
17
+ - Training Data: Fine-tuned on C4 dataset for grammar error correction tasks.
18
+
19
+ ## Usage
20
 
21
  ```python
22
  # Load model directly