CodeTed commited on
Commit
5eacccf
1 Parent(s): 2128c3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -17,6 +17,13 @@ pipeline_tag: text2text-generation
17
  This model was obtained by fine-tuning the corresponding `ClueAI/PromptCLUE-base-v1-5` model on the CoEdIT dataset.
18
  ![CGEDit_model.png](https://cdn-uploads.huggingface.co/production/uploads/64c7473f513a7fa7c32e153b/AtlsZUWz86rKyb_9EWlDa.png)
19
 
 
 
 
 
 
 
 
20
  ## Usage
21
  ```python
22
  from transformers import AutoTokenizer, T5ForConditionalGeneration
 
17
  This model was obtained by fine-tuning the corresponding `ClueAI/PromptCLUE-base-v1-5` model on the CoEdIT dataset.
18
  ![CGEDit_model.png](https://cdn-uploads.huggingface.co/production/uploads/64c7473f513a7fa7c32e153b/AtlsZUWz86rKyb_9EWlDa.png)
19
 
20
+ ## Model Details
21
+ ### Model Description
22
+ - Language(s) (NLP): `Chinese`
23
+ - Finetuned from model: `ClueAI/PromptCLUE-base-v1-5`
24
+ ### Model Sources
25
+ - Repository: [https://github.com/TedYeh/Chinese_spelling_Correction](https://github.com/TedYeh/Chinese_spelling_Correction)
26
+
27
  ## Usage
28
  ```python
29
  from transformers import AutoTokenizer, T5ForConditionalGeneration